diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-08 17:37:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-08 17:37:36 +0000 |
commit | a97d27b793138360395581a5e0cdd234d807faf1 (patch) | |
tree | 7a889ee5699b155c296e966612c247925c51efc9 /misc | |
parent | www/netsurf: Fix iconv and explicitly defined LDFLAGS (diff) |
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)
Notes
Notes:
svn path=/head/; revision=329815
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 |