mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
2bf2737332
- fix / modify find calls and include directories in dependent ports
12 lines
222 B
Prolog
12 lines
222 B
Prolog
--- src/src.pro.orig 2020-11-08 17:21:01 UTC
|
|
+++ src/src.pro
|
|
@@ -73,7 +73,7 @@ DEFINES += ZIP_SUPPORT=true
|
|
win32 {
|
|
PKGCONFIG += quazip
|
|
} else {
|
|
- LIBS += -lquazip5
|
|
+ PKGCONFIG += quazip1-qt5
|
|
}
|
|
|
|
# Quelltexte
|