Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2013 10:56:09 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335964 - head/textproc/dixit
Message-ID:  <201312091056.rB9Au9oY053714@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Dec  9 10:56:08 2013
New Revision: 335964
URL: http://svnweb.freebsd.org/changeset/ports/335964

Log:
  textproc/dixit: Unbreak due to recent qmake rework
  
  For the platforms that require explicit linking, the recent qmake rework
  broke this port. However, LDFLAGS now works again so just move QMAKE_LFLAGS
  there to fix it.

Modified:
  head/textproc/dixit/Makefile

Modified: head/textproc/dixit/Makefile
==============================================================================
--- head/textproc/dixit/Makefile	Mon Dec  9 10:32:33 2013	(r335963)
+++ head/textproc/dixit/Makefile	Mon Dec  9 10:56:08 2013	(r335964)
@@ -22,7 +22,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 USES=		qmake
 USE_QT4=	corelib gui network moc_build rcc_build
-QMAKE_ARGS=	QMAKE_LFLAGS="-lz"
+LDFLAGS=	-lz
 
 PLIST_SUB=	_DB=${_DB} DB_DIR=${DB_DIR} _DB_F=${_DB_F}
 



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