aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-14 19:22:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-17 10:57:10 +0000
commit83210b7d924f09caf388c7926dc9f89abf5b7c2a (patch)
tree2b987397cef742cdaf64b7e23edd9fec619fd16b
parente211b04615441308069a66f7a5f36aaa46053141 (diff)
downloadports-83210b7d924f09caf388c7926dc9f89abf5b7c2a.tar.gz
ports-83210b7d924f09caf388c7926dc9f89abf5b7c2a.zip
news/pan: remove manual linking with -lgnuregex
This looks like a hack needed for a patch from 2001 (which is long gone) to work. Today it breaks the build because it lacks corresponding dependency, so remove it. Approved by: portmgr blanket (cherry picked from commit 9347f261c247cf07b87b8abd92265c1e21b9cdbe)
-rw-r--r--news/pan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index c3c3aa30c7f5..3f8ced721175 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -24,7 +24,7 @@ USES= compiler:c++11-lang desktop-file-utils gettext-tools:build \
gmake gnome iconv localbase pathfix pkgconfig tar:bzip2
USE_GNOME= cairo gdkpixbuf2 intlhack
GNU_CONFIGURE= yes
-LDFLAGS+= -lgnuregex ${ICONV_LIB}
+LDFLAGS+= ${ICONV_LIB}
INSTALLS_ICONS= yes
OPTIONS_DEFINE= GTKSPELL GNUTLS NLS
OPTIONS_DEFAULT= GTKSPELL GNUTLS GTK2