Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 12:53:16 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328685 - head/dns/libidn
Message-ID:  <201309291253.r8TCrGgK071471@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Sep 29 12:53:16 2013
New Revision: 328685
URL: http://svnweb.freebsd.org/changeset/ports/328685

Log:
  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)

Modified:
  head/dns/libidn/Makefile

Modified: head/dns/libidn/Makefile
==============================================================================
--- head/dns/libidn/Makefile	Sun Sep 29 12:50:40 2013	(r328684)
+++ head/dns/libidn/Makefile	Sun Sep 29 12:53:16 2013	(r328685)
@@ -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}



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