mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 14:47:03 +02:00
XyGrib: fix build with libopenjpeg2 2.5
This commit is contained in:
parent
de08ddfc6f
commit
62ac0187e5
1 changed files with 13 additions and 0 deletions
13
srcpkgs/XyGrib/patches/openjpeg-2.5.patch
Normal file
13
srcpkgs/XyGrib/patches/openjpeg-2.5.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -108,6 +108,10 @@
|
||||
~/Library/Frameworks/include
|
||||
/Library/Frameworks/include
|
||||
/usr/local/include
|
||||
+ /usr/local/include/openjpeg-2.5
|
||||
+ /usr/include/openjpeg-2.5
|
||||
+ /usr/local/include/openjpeg-2.4
|
||||
+ /usr/include/openjpeg-2.4
|
||||
/usr/local/include/openjpeg-2.3
|
||||
/usr/include/openjpeg-2.3
|
||||
/usr/local/include/openjpeg-2.1
|
Loading…
Add table
Reference in a new issue