Date: Mon, 17 May 2021 10:59:59 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 83210b7d924f - 2021Q2 - news/pan: remove manual linking with -lgnuregex Message-ID: <202105171059.14HAxxw8023926@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=83210b7d924f09caf388c7926dc9f89abf5b7c2a commit 83210b7d924f09caf388c7926dc9f89abf5b7c2a Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-05-14 19:22:48 +0000 Commit: Dmitry Marakasov <amdmi3@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 GTK2home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105171059.14HAxxw8023926>
