aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/quazip
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2014-03-30 11:10:03 +0800
committernivit <nivit@FreeBSD.org>2014-03-30 11:10:03 +0800
commitfdd5f6d4f110d68d381491fb386b39941e9eb33a (patch)
treea16a0de1e87748bf7772c19d3eb2b5b40282bea5 /archivers/quazip
parentbbb86e1ccceaac012bf8b84e35efc2ae11e95a43 (diff)
downloadfreebsd-ports-gnome-fdd5f6d4f110d68d381491fb386b39941e9eb33a.tar.gz
freebsd-ports-gnome-fdd5f6d4f110d68d381491fb386b39941e9eb33a.tar.zst
freebsd-ports-gnome-fdd5f6d4f110d68d381491fb386b39941e9eb33a.zip
- Add a patch to fix build, when a previous version is installed
Diffstat (limited to 'archivers/quazip')
-rw-r--r--archivers/quazip/files/patch-qztest__qztest.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/quazip/files/patch-qztest__qztest.pro b/archivers/quazip/files/patch-qztest__qztest.pro
new file mode 100644
index 000000000000..1161e1dbecc2
--- /dev/null
+++ b/archivers/quazip/files/patch-qztest__qztest.pro
@@ -0,0 +1,14 @@
+--- ./qztest/qztest.pro.orig 2014-02-09 12:36:57.000000000 +0100
++++ ./qztest/qztest.pro 2014-03-30 05:01:44.000000000 +0200
+@@ -39,7 +39,10 @@
+
+ win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../quazip/release/ -lquazip
+ else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../quazip/debug/ -lquazip
+-else:unix: LIBS += -L$$OUT_PWD/../quazip/ -lquazip
++else:unix: LIBS += -L$$OUT_PWD/../quazip/ -lquazip $$join(QMAKE_LIBDIR, " -L", -L) -L$$QMAKE_LIBDIR_QT
++
++QMAKE_LIBDIR=
++QMAKE_LIBDIR_QT=
+
+ INCLUDEPATH += $$PWD/..
+ DEPENDPATH += $$PWD/../quazip