ports/emulators/mupen64plus-qt/files/patch-mupen64plus-qt.pro
Tobias C. Berner 2bf2737332 archivers/quazip: update to 1.1
- fix / modify find calls and include directories in dependent ports
2020-11-08 18:57:00 +00:00

12 lines
322 B
Prolog

--- mupen64plus-qt.pro.orig 2020-11-08 17:31:05 UTC
+++ mupen64plus-qt.pro
@@ -86,7 +86,8 @@ win32|macx|linux_quazip_static {
LIBS += -lquazip5
}
} else {
- LIBS += -lquazip5
+ CONFIG += link_pkgconfig
+ PKGCONFIG += quazip1-qt5
}
}
}