diff options
Diffstat (limited to 'geography/gdal-lib/patches/patch-ab')
-rw-r--r-- | geography/gdal-lib/patches/patch-ab | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/geography/gdal-lib/patches/patch-ab b/geography/gdal-lib/patches/patch-ab index 643eedfdc78..75240e29489 100644 --- a/geography/gdal-lib/patches/patch-ab +++ b/geography/gdal-lib/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.3 2007/03/07 16:04:56 joerg Exp $ +$NetBSD: patch-ab,v 1.4 2009/06/03 17:28:31 hasso Exp $ ---- ogr/GNUmakefile.orig 2007-03-07 15:23:10.000000000 +0000 -+++ ogr/GNUmakefile -@@ -15,7 +15,7 @@ CPPFLAGS := -Iogrsf_frmts -I. $(GDAL_INC +--- ogr/GNUmakefile.orig 2009-06-03 16:27:45 +0300 ++++ ogr/GNUmakefile 2009-06-03 16:27:55 +0300 +@@ -19,7 +19,7 @@ CPPFLAGS := -Iogrsf_frmts -I. $(GDAL_INC - default: lib apps + default: lib --all: sublibs apps test_ogrsf$(EXE) docs -+all: sublibs apps test_ogrsf$(EXE) - - ifeq ($(OGR_ENABLED),yes) +-all: sublibs apps test_ogrsf$(EXE) ++all: sublibs + clean: + rm -f html/* |