From 8be158bd1713d7b2590241a7e75f2a7a6f94c7ff Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Sun, 3 Feb 2019 13:32:19 -0500 Subject: [PATCH] gdal1: Remove patchset. --- sci-libs/gdal/patches/gdal1-1.11.5.patchset | 22 --------------------- 1 file changed, 22 deletions(-) delete mode 100644 sci-libs/gdal/patches/gdal1-1.11.5.patchset diff --git a/sci-libs/gdal/patches/gdal1-1.11.5.patchset b/sci-libs/gdal/patches/gdal1-1.11.5.patchset deleted file mode 100644 index 95ff4db44..000000000 --- a/sci-libs/gdal/patches/gdal1-1.11.5.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 395833faacca66c6d83b9c8b73161ef77604ca09 Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Sat, 23 Aug 2014 11:46:17 +0000 -Subject: link with network - - -diff --git a/apps/GNUmakefile b/apps/GNUmakefile -index f9950df..83c1eda 100644 ---- a/apps/GNUmakefile -+++ b/apps/GNUmakefile -@@ -46,7 +46,7 @@ gdalinfo$(EXE): gdalinfo.$(OBJ_EXT) commonutils.$(OBJ_EXT) $(DEP_LIBS) - $(LD) $(LNK_FLAGS) $< commonutils.$(OBJ_EXT) $(XTRAOBJ) $(CONFIG_LIBS) -o $@ - - gdalserver$(EXE): gdalserver.$(OBJ_EXT) $(DEP_LIBS) -- $(LD) $(LNK_FLAGS) $< $(XTRAOBJ) $(CONFIG_LIBS) -o $@ -+ $(LD) $(LNK_FLAGS) -lnetwork $< $(XTRAOBJ) $(CONFIG_LIBS) -o $@ - - gdal_translate$(EXE): gdal_translate.$(OBJ_EXT) commonutils.$(OBJ_EXT) $(DEP_LIBS) - $(LD) $(LNK_FLAGS) $< commonutils.$(OBJ_EXT) $(XTRAOBJ) $(CONFIG_LIBS) -o $@ --- -2.13.1 -