git: 83210b7d924f - 2021Q2 - news/pan: remove manual linking with -lgnuregex
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 17 10:59:59 UTC 2021
The branch 2021Q2 has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=83210b7d924f09caf388c7926dc9f89abf5b7c2a
commit 83210b7d924f09caf388c7926dc9f89abf5b7c2a
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-14 19:22:48 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-17 10:57:10 +0000
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)
---
news/pan/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the dev-commits-ports-all
mailing list