aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-10-09 01:37:36 +0800
committermarino <marino@FreeBSD.org>2013-10-09 01:37:36 +0800
commitf79448dce7e79407b2fa724f7a8302ccacdefee1 (patch)
tree7a889ee5699b155c296e966612c247925c51efc9 /misc
parent8c27456c083bbc08555e4467115517c89cc7a834 (diff)
downloadfreebsd-ports-gnome-f79448dce7e79407b2fa724f7a8302ccacdefee1.tar.gz
freebsd-ports-gnome-f79448dce7e79407b2fa724f7a8302ccacdefee1.tar.zst
freebsd-ports-gnome-f79448dce7e79407b2fa724f7a8302ccacdefee1.zip
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)
Diffstat (limited to 'misc')
-rw-r--r--misc/qmetro/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/qmetro/Makefile b/misc/qmetro/Makefile
index d09096d24130..a4b249c28514 100644
--- a/misc/qmetro/Makefile
+++ b/misc/qmetro/Makefile
@@ -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