gcc6-devel to track mainline GCC development, starting with the 20150412 snapshot of GCC 6.0.0. (Since this really is a development version not necessarily recommended for general use, start using the -devel moniker for this port. This is not due to any changes in upstream policy or expected attributes of this port, only an adjustment in how we name things.)
11 lines
494 B
Text
11 lines
494 B
Text
--- libjava/Makefile.in 2013-05-26 22:33:07.000000000 +0000
|
|
+++ libjava/Makefile.in 2013-05-31 21:19:23.000000000 +0000
|
|
@@ -941,7 +941,7 @@
|
|
@BUILD_SUBLIBS_FALSE@LIBJAVA_CORE_EXTRA =
|
|
@BUILD_SUBLIBS_TRUE@LIBJAVA_CORE_EXTRA = @LIBGCJ_SUBLIB_CORE_EXTRA_DEPS@
|
|
dbexec_LTLIBRARIES = libjvm.la
|
|
-pkgconfigdir = $(toolexeclibdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
jardir = $(datadir)/java
|
|
jar_DATA = libgcj-$(gcc_version).jar libgcj-tools-$(gcc_version).jar \
|
|
$(am__append_5)
|