git: b221a58432d4 - main - mail/libetpan: Fix overlinking in libetpan.pc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jun 2024 15:18:26 UTC
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=b221a58432d4b459789702d62aa0188f27ab28c4 commit b221a58432d4b459789702d62aa0188f27ab28c4 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-06-03 09:00:33 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-06-05 14:51:48 +0000 mail/libetpan: Fix overlinking in libetpan.pc PR: 279523 Approved by: sunpoet (maintainer) --- mail/libetpan/Makefile | 1 + mail/libetpan/files/patch-libetpan.pc.in | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 61bea530b831..4fc35ed942c1 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -1,5 +1,6 @@ PORTNAME= libetpan PORTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= sunpoet@FreeBSD.org diff --git a/mail/libetpan/files/patch-libetpan.pc.in b/mail/libetpan/files/patch-libetpan.pc.in new file mode 100644 index 000000000000..10368396fff4 --- /dev/null +++ b/mail/libetpan/files/patch-libetpan.pc.in @@ -0,0 +1,10 @@ +--- libetpan.pc.in.orig 2019-11-01 17:58:50 UTC ++++ libetpan.pc.in +@@ -6,5 +6,6 @@ Version: @VERSION@ + Name: libetpan + Description: Libetpan C library. + Version: @VERSION@ +-Libs: -L${libdir} -letpan@LIBSUFFIX@ @LDFLAGS@ @SSLLIBS@ @GNUTLSLIB@ @LIBICONV@ @DBLIB@ @LIBS@ @SASLLIBS@ ++Libs: -L${libdir} -letpan@LIBSUFFIX@ ++Libs.private: @SSLLIBS@ @GNUTLSLIB@ @LIBICONV@ @DBLIB@ @LIBS@ @SASLLIBS@ + Cflags: -I${includedir}