ports/java/openjdk11/files/patch-make_autoconf_libraries.m4
Greg Lewis 3445be9c57 . Update to 11.0.2.9.4
. Sort LIB_DEPENDS and USE_XORG
. Add a dependency in alsa-lib now that sound is supported on FreeBSD.
. Don't disable dtrace now that it is supported on FreeBSD.
. Less intrusive iconv change.
2019-03-29 01:05:26 +00:00

15 lines
441 B
Text

--- make/autoconf/libraries.m4.orig 2019-03-28 16:54:58.823145000 -0700
+++ make/autoconf/libraries.m4 2019-03-28 16:55:45.533206000 -0700
@@ -186,9 +186,9 @@
ICONV_LDFLAGS="-L/usr/local/lib"
ICONV_LIBS=-liconv
else
- ICONV_CFLAGS=
- ICONV_LDFLAGS=
- ICONV_LIBS=
+ ICONV_CFLAGS=%%ICONV_CFLAGS%%
+ ICONV_LDFLAGS=%%ICONV_LDFLAGS%%
+ ICONV_LIBS=%%ICONV_LIBS%%
fi
else
ICONV_CFLAGS=