Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2021 19:54:22 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9347f261c247 - main - news/pan: remove manual linking with -lgnuregex
Message-ID:  <202105141954.14EJsM8G098447@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

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

commit 9347f261c247cf07b87b8abd92265c1e21b9cdbe
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-05-14 19:22:48 +0000
Commit:     Dmitry Marakasov <amdmi3@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105141954.14EJsM8G098447>