svn commit: r349605 - head/archivers/quazip/files
Nicola Vitale
nivit at FreeBSD.org
Sun Mar 30 03:10:04 UTC 2014
Author: nivit
Date: Sun Mar 30 03:10:03 2014
New Revision: 349605
URL: http://svnweb.freebsd.org/changeset/ports/349605
QAT: https://qat.redports.org/buildarchive/r349605/
Log:
- Add a patch to fix build, when a previous version is installed
Added:
head/archivers/quazip/files/
head/archivers/quazip/files/patch-qztest__qztest.pro (contents, props changed)
Added: head/archivers/quazip/files/patch-qztest__qztest.pro
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/quazip/files/patch-qztest__qztest.pro Sun Mar 30 03:10:03 2014 (r349605)
@@ -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
More information about the svn-ports-head
mailing list