git: 9347f261c247 - main - news/pan: remove manual linking with -lgnuregex

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 14 19:54:25 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9347f261c247cf07b87b8abd92265c1e21b9cdbe

commit 9347f261c247cf07b87b8abd92265c1e21b9cdbe
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-14 19:51:49 +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
---
 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