Date: Tue, 8 Oct 2013 17:37:36 +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: r329815 - in head: editors/texworks games/bubble-chains games/tanglet misc/qmetro Message-ID: <201310081737.r98Hba8U056127@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Oct 8 17:37:36 2013 New Revision: 329815 URL: http://svnweb.freebsd.org/changeset/ports/329815 Log: Explicitly define LDFLAGS for 4 QT4-based ports Fixes come from dports. Problem and solution verified on FreeBSD using gcc48. Approved by: portmgr (bapt, implicit) Modified: head/editors/texworks/Makefile head/games/bubble-chains/Makefile head/games/tanglet/Makefile head/misc/qmetro/Makefile Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Tue Oct 8 17:15:33 2013 (r329814) +++ head/editors/texworks/Makefile Tue Oct 8 17:37:36 2013 (r329815) @@ -19,6 +19,7 @@ LIB_DEPENDS= poppler-qt4:${PORTSDIR}/gra USES= pkgconfig USE_QT4= qmake_build gui corelib rcc_build moc_build uic_build \ dbus xml scripttools designer_build +QMAKEFLAGS= QMAKE_LFLAGS="-lz" QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} \ DATA_DIR=${DATADIR} \ DOCS_DIR=${DOCSDIR} \ Modified: head/games/bubble-chains/Makefile ============================================================================== --- head/games/bubble-chains/Makefile Tue Oct 8 17:15:33 2013 (r329814) +++ head/games/bubble-chains/Makefile Tue Oct 8 17:37:36 2013 (r329815) @@ -25,6 +25,7 @@ USE_XORG= xrandr USE_DOS2UNIX= *.pro *.cpp *.h *.ui *.ui *.rc *.htm *.dat *.css USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \ corelib svg xml opengl network +QMAKEFLAGS= QMAKE_LFLAGS="-L${LOCALBASE}/lib -lX11 -lSDL-1.2" PORTDOCS= README Modified: head/games/tanglet/Makefile ============================================================================== --- head/games/tanglet/Makefile Tue Oct 8 17:15:33 2013 (r329814) +++ head/games/tanglet/Makefile Tue Oct 8 17:37:36 2013 (r329815) @@ -16,6 +16,7 @@ LICENSE= GPLv3 USE_BZIP2= yes USES= desktop-file-utils USE_QT4= moc_build qmake_build rcc_build gui iconengines imageformats +QMAKEFLAGS= QMAKE_LFLAGS="-lz" INSTALLS_ICONS= yes PORTDOCS= CREDITS ChangeLog NEWS Modified: head/misc/qmetro/Makefile ============================================================================== --- head/misc/qmetro/Makefile Tue Oct 8 17:15:33 2013 (r329814) +++ head/misc/qmetro/Makefile Tue Oct 8 17:37:36 2013 (r329815) @@ -15,6 +15,7 @@ USE_ZIP= yes INSTALLS_ICONS= yes USE_QT4= gui xml qmake_build uic_build moc_build multimedia \ rcc_build +QMAKEFLAGS= QMAKE_LFLAGS="-lz" USE_DOS2UNIX= rc/alarm.pri NO_STAGE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310081737.r98Hba8U056127>