diff options
Diffstat (limited to 'academic/openboard/quazip.patch')
-rw-r--r-- | academic/openboard/quazip.patch | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/academic/openboard/quazip.patch b/academic/openboard/quazip.patch index 782fbff72ad95..6a5cb798659e5 100644 --- a/academic/openboard/quazip.patch +++ b/academic/openboard/quazip.patch @@ -28,15 +28,14 @@ - resources/resources.qrc \ No newline at end of file + resources/resources.qrc ---- OpenBoard-1.6.0a3/OpenBoard.pro.orig 2020-07-20 08:23:09.859918480 +0700 -+++ OpenBoard-1.6.0a3/OpenBoard.pro 2020-07-20 08:23:17.762002419 +0700 -@@ -434,7 +434,7 @@ - #LIBS += -lprofiler - LIBS += -lX11 - LIBS += -lquazip5 -- INCLUDEPATH += "/usr/include/quazip5" -+ INCLUDEPATH += "/usr/include/QuaZip-Qt5-1.1/quazip" +--- OpenBoard-1.7.0/OpenBoard.pro.orig 2023-12-10 12:06:17.808153181 +0700 ++++ OpenBoard-1.7.0/OpenBoard.pro 2023-12-10 12:10:09.448432404 +0700 +@@ -470,7 +470,7 @@ + INCLUDEPATH += "/usr/include/quazip6" + } else { + LIBS += -lquazip5 +- INCLUDEPATH += "/usr/include/quazip5" ++ INCLUDEPATH += "/usr/include/QuaZip-Qt5-1.1/quazip" + } LIBS += -lpoppler - INCLUDEPATH += "/usr/include/poppler" - |