svn commit: r327611 - head/net-p2p/transmission-qt4

Guido Falsi madpilot at FreeBSD.org
Thu Sep 19 11:25:34 UTC 2013


Author: madpilot
Date: Thu Sep 19 11:25:33 2013
New Revision: 327611
URL: http://svnweb.freebsd.org/changeset/ports/327611

Log:
  Add explicit QMAKE_LFLAGS for iconv.
  
  Submitted by:	marino
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/net-p2p/transmission-qt4/Makefile

Modified: head/net-p2p/transmission-qt4/Makefile
==============================================================================
--- head/net-p2p/transmission-qt4/Makefile	Thu Sep 19 10:12:50 2013	(r327610)
+++ head/net-p2p/transmission-qt4/Makefile	Thu Sep 19 11:25:33 2013	(r327611)
@@ -17,6 +17,7 @@ SLAVEPORT=	qt4
 QT_NONSTANDARD=	yes
 USE_QT4=	moc_build qmake_build rcc_build uic_build gui dbus network
 USE_GNOME=	desktopfileutils
+QMAKE_LFLAGS=	-lcrypto -L${LOCALBASE}/lib ${ICONV_LIB}
 
 EXTRA_CONF_ARGS=--disable-cli \
 		--disable-daemon \


More information about the svn-ports-all mailing list