summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/grib_api/files/grib_api-1.9.16-jpeg2k.patch')
-rw-r--r--sci-libs/grib_api/files/grib_api-1.9.16-jpeg2k.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-libs/grib_api/files/grib_api-1.9.16-jpeg2k.patch b/sci-libs/grib_api/files/grib_api-1.9.16-jpeg2k.patch
deleted file mode 100644
index 5fb65edcbfb2..000000000000
--- a/sci-libs/grib_api/files/grib_api-1.9.16-jpeg2k.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -337,7 +337,7 @@
- jpeg_ok=0
-
- # prefer openjpeg over jasper
-- if test $openjpeg_ok -eq 1
-+ if test $openjpeg_ok -eq 1 && test $with_openjpeg = "yes"
- then
- jpeg_ok=1
- LIB_OPENJPEG='-lopenjpeg -lm'