svn commit: r315346 - head/java/openjdk7/files
Greg Lewis
glewis at FreeBSD.org
Wed Mar 27 03:11:34 UTC 2013
Author: glewis
Date: Wed Mar 27 03:11:33 2013
New Revision: 315346
URL: http://svnweb.freebsd.org/changeset/ports/315346
Log:
. Fix the location of the
FILES_c += initIDs.c
line so it comes after FILE_c is explicitly set in the BSD specific
block. This fixes missing symbols in libawt.
Submitted by: Kurt Miller (kurt at intricatesoftware.com)
Obtained from: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/ef510cd4aec5
Added:
head/java/openjdk7/files/patch-zzz-make-sun-awt-Makefile (contents, props changed)
Added: head/java/openjdk7/files/patch-zzz-make-sun-awt-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/java/openjdk7/files/patch-zzz-make-sun-awt-Makefile Wed Mar 27 03:11:33 2013 (r315346)
@@ -0,0 +1,20 @@
+--- jdk/make/sun/awt/Makefile.orig 2013-03-26 18:41:21.000000000 -0700
++++ jdk/make/sun/awt/Makefile 2013-03-26 18:41:38.000000000 -0700
+@@ -123,8 +123,6 @@
+ OTHER_LDLIBS = $(JVMLIB) $(LIBM) $(LIBDL)
+ endif
+
+-FILES_c += initIDs.c
+-
+ ifeq ($(PLATFORM), bsd)
+ FILES_c = $(FILES_2D_c)
+ FILES_c += awt_LoadLibrary.c
+@@ -139,6 +137,8 @@
+ OTHER_LDLIBS = $(JVMLIB) $(LIBM)
+ endif
+
++FILES_c += initIDs.c
++
+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOLARIS/LINUX
+ endif # PLATFORM
+
More information about the svn-ports-head
mailing list