summaryrefslogtreecommitdiff
path: root/lang/gcc46/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-10-19 16:43:58 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-10-19 16:43:58 +0000
commit0dbe60dd3dfc24c13c83af5b9dbc0d6d6dfd2230 (patch)
tree0361199766da6c3a9b945c4b66d91bf7f38fe208 /lang/gcc46/files
parentFix performance bug in xml2po whcih may save users a few hours of (diff)
Update lang/gcc42 to the 20061014 snapshot of GCC 4.2.0, which appends a
version number to libdata/pkgconfig/libgcj.pc. Fix packaging on amd64 on the way (enabling Java actually was a noop, except for pkg-plist). Update lang/gcc41 to the 20061013 snapshot of GCC 4.1.2. These changes allow us to remove the CONFLICT between lang/gcc41 and lang/gcc42 when building with Java support (the default on i386). Approved by: portmgr (erwin)
Notes
Notes: svn path=/head/; revision=175407
Diffstat (limited to 'lang/gcc46/files')
-rw-r--r--lang/gcc46/files/java-patch-hier10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc46/files/java-patch-hier b/lang/gcc46/files/java-patch-hier
index 43a39deb09a5..edb122b087b8 100644
--- a/lang/gcc46/files/java-patch-hier
+++ b/lang/gcc46/files/java-patch-hier
@@ -1,13 +1,13 @@
Index: libjava/Makefile.in
===================================================================
---- libjava/Makefile.in (revision 114994)
+--- libjava/Makefile.in (revision 117734)
+++ libjava/Makefile.in (working copy)
-@@ -667,7 +667,7 @@
- toolexeclib_LTLIBRARIES = libgcj.la libgij.la $(am__append_2)
+@@ -712,7 +712,7 @@
+ $(am__append_2) $(am__append_3)
toolexecmainlib_DATA = libgcj.spec
dbexec_LTLIBRARIES = libjvm.la
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = libgcj.pc
jardir = $(datadir)/java
- jar_DATA = libgcj-$(gcc_version).jar
+ jar_DATA = libgcj-$(gcc_version).jar libgcj-tools-$(gcc_version).jar
+ @JAVA_HOME_SET_FALSE@JAVA_HOME_DIR = $(prefix)