diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-26 14:06:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-26 14:06:08 +0000 |
commit | 216b5a285fdcc1456a307fcc60f3507c20d613eb (patch) | |
tree | d0c8617b772b8f0a175d436d938b8d844590b41f /math/qtiplot/files/patch-qtiplot__qtiplot.pro | |
parent | net/openh323: conflicts with h323plus (diff) |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'math/qtiplot/files/patch-qtiplot__qtiplot.pro')
-rw-r--r-- | math/qtiplot/files/patch-qtiplot__qtiplot.pro | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/math/qtiplot/files/patch-qtiplot__qtiplot.pro b/math/qtiplot/files/patch-qtiplot__qtiplot.pro index 56f38e312926..e9359778cba8 100644 --- a/math/qtiplot/files/patch-qtiplot__qtiplot.pro +++ b/math/qtiplot/files/patch-qtiplot__qtiplot.pro @@ -49,7 +49,15 @@ unix: man.files += ../qtiplot.1 -@@ -159,18 +145,19 @@ +@@ -133,6 +119,7 @@ + ############################################################### + + SOURCES += ../3rdparty/zlib/minigzip.c ++LIBS += -lz + + ############################################################### + ################# Default Modules ############################# +@@ -159,18 +146,19 @@ qtiUtil.py \ qti_wordlist.txt \ |