diff options
author | mandree <mandree@FreeBSD.org> | 2013-09-29 20:53:16 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-09-29 20:53:16 +0800 |
commit | c924e2039746e5d9f3223df01c7c638d2373e9cf (patch) | |
tree | 17eb216197eacc5881f5cd4af2df95a510b52e39 /dns/libidn | |
parent | 92625cb59fd07b6721c3de334a5543b699a53fdd (diff) | |
download | freebsd-ports-gnome-c924e2039746e5d9f3223df01c7c638d2373e9cf.tar.gz freebsd-ports-gnome-c924e2039746e5d9f3223df01c7c638d2373e9cf.tar.zst freebsd-ports-gnome-c924e2039746e5d9f3223df01c7c638d2373e9cf.zip |
Amend to pkg-config data, to fix FreeBSD 10-CURRENT build failures in
dependent ports.
PR: ports/182054
Approved by: gaod@hychen.org (maintainer timeout, 16 days)
Diffstat (limited to 'dns/libidn')
-rw-r--r-- | dns/libidn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 80d1766f304e..48d566f8ef75 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -3,6 +3,7 @@ PORTNAME= libidn PORTVERSION= 1.28 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= GNU @@ -40,6 +41,9 @@ post-patch: @${REINPLACE_CMD} -e '/^install-data-am: / s| install-imagesDATA||' \ ${WRKSRC}/doc/Makefile.in .endif +.if ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -e 's/-lidn/& -lintl/' ${WRKSRC}/libidn.pc.in +.endif post-install: .if ${PORT_OPTIONS:MDOCS} |