diff options
Diffstat (limited to 'graphics/gdal/files/patch-frmts-openjpeg-GNUmakefile')
-rw-r--r-- | graphics/gdal/files/patch-frmts-openjpeg-GNUmakefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gdal/files/patch-frmts-openjpeg-GNUmakefile b/graphics/gdal/files/patch-frmts-openjpeg-GNUmakefile deleted file mode 100644 index aa564a6cdfe..00000000000 --- a/graphics/gdal/files/patch-frmts-openjpeg-GNUmakefile +++ /dev/null @@ -1,13 +0,0 @@ ---- frmts/openjpeg/GNUmakefile.orig 2014-04-17 04:04:48.000000000 +0800 -+++ frmts/openjpeg/GNUmakefile 2014-08-22 15:05:34.071310422 +0800 -@@ -5,6 +5,10 @@ - - CPPFLAGS := $(GDAL_INCLUDE) $(CPPFLAGS) - -+ifneq ($(OPENJPEG_VERSION),) -+CPPFLAGS := $(CPPFLAGS) -DOPENJPEG_VERSION=$(OPENJPEG_VERSION) -+endif -+ - default: $(OBJ:.o=.$(OBJ_EXT)) - - clean: |