mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
. 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.
15 lines
441 B
Text
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=
|