/hg/release/icedtea7-forest-2.5/jdk: PR1393: JPEG support in bui...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Apr 11 23:26:58 UTC 2014
changeset 662aa183a547 in /hg/release/icedtea7-forest-2.5/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.5/jdk?cmd=changeset;node=662aa183a547
author: andrew
date: Sat Apr 12 00:24:34 2014 +0100
PR1393: JPEG support in build is broken on non-system-libjpeg builds
diffstat:
make/sun/jpeg/FILES_c.gmk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e3a2361b4d9b -r 662aa183a547 make/sun/jpeg/FILES_c.gmk
--- a/make/sun/jpeg/FILES_c.gmk Wed Apr 02 20:04:12 2014 +0100
+++ b/make/sun/jpeg/FILES_c.gmk Sat Apr 12 00:24:34 2014 +0100
@@ -28,7 +28,7 @@
jpegdecoder.c
ifneq ($(SYSTEM_JPEG), true)
-FILES_c = \
+FILES_c += \
jcomapi.c \
jdapimin.c \
jdapistd.c \
More information about the distro-pkg-dev
mailing list