mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add a patch to fix build, when a previous version is installed
This commit is contained in:
parent
0ad3a3efa3
commit
798c36c6c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349605
14
archivers/quazip/files/patch-qztest__qztest.pro
Normal file
14
archivers/quazip/files/patch-qztest__qztest.pro
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user