diff options
author | marino <marino@FreeBSD.org> | 2013-10-09 01:37:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-09 01:37:36 +0800 |
commit | f79448dce7e79407b2fa724f7a8302ccacdefee1 (patch) | |
tree | 7a889ee5699b155c296e966612c247925c51efc9 /misc | |
parent | 8c27456c083bbc08555e4467115517c89cc7a834 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |