svn commit: r328212 - head/print/cups-base

Guido Falsi madpilot at FreeBSD.org
Tue Sep 24 22:53:12 UTC 2013


Author: madpilot
Date: Tue Sep 24 22:53:11 2013
New Revision: 328212
URL: http://svnweb.freebsd.org/changeset/ports/328212

Log:
  - Add explicit LDFLAGS for iconv
  
  Submitted by:	marino
  Approved by:	portmgr (bapt)

Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Tue Sep 24 22:51:58 2013	(r328211)
+++ head/print/cups-base/Makefile	Tue Sep 24 22:53:11 2013	(r328212)
@@ -88,6 +88,7 @@ COMMENT2=	Library cups
 INSTALL_WRKSRC=	${WRKSRC}/cups
 PLIST=		${MASTERDIR}/pkg-plist.client
 USES+=		iconv
+LDFLAGS+=	${ICONV_LIB}
 USE_LDCONFIG=	yes
 PKGMESSAGE=	${NONEXISTENT}
 DESCR=		${MASTERDIR}/pkg-descr.client


More information about the svn-ports-all mailing list