diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-04 01:06:49 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-04 01:06:49 +0800 |
commit | 35c2e924fb42c40faceb06c6ff4d7a400a8ddea2 (patch) | |
tree | 0c4d0c1f381f4e3e76b7e77408205f35afe358fa /news/pan | |
parent | d25310f9b4145788c026d4bcec327bf8f633e309 (diff) | |
download | freebsd-ports-gnome-35c2e924fb42c40faceb06c6ff4d7a400a8ddea2.tar.gz freebsd-ports-gnome-35c2e924fb42c40faceb06c6ff4d7a400a8ddea2.tar.zst freebsd-ports-gnome-35c2e924fb42c40faceb06c6ff4d7a400a8ddea2.zip |
Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
Diffstat (limited to 'news/pan')
-rw-r--r-- | news/pan/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 1b2701689f59..21a9a72200a5 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -22,8 +22,6 @@ USE_GNOME= intlhack USE_GCC= any GNU_CONFIGURE= yes LDFLAGS+= -lgnuregex ${ICONV_LIB} -CONFIGURE_ENV+= ZLIB_CFLAGS="-I/usr/include" \ - ZLIB_LIBS="-L/usr/lib -lz" OPTIONS_DEFINE= GTKSPELL GNUTLS NLS OPTIONS_RADIO= GTK |