1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/lang/gcc6-devel/files/java-patch-hier
Gerald Pfeifer fe2156f767 Now that GCC 5 has branched for the release of GCC 5.1, create a new port
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.)
2015-04-20 00:13:45 +00:00

12 lines
494 B
Plaintext

--- 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)