diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-07 16:04:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-07 16:04:56 +0000 |
commit | 72fc5d7076531c522e5473715fa6bdfdfc5525bc (patch) | |
tree | 77bec75ec40918e3b9636b9a0aadac918da81352 /geography/gdal-lib | |
parent | 8f9d5ee2cd647c5e946caadaf90eee45d0680b73 (diff) | |
download | pkgsrc-72fc5d7076531c522e5473715fa6bdfdfc5525bc.tar.gz |
Forgot to cvs add the patch to not run doxygen (and fail if it doesn't
exist).
Diffstat (limited to 'geography/gdal-lib')
-rw-r--r-- | geography/gdal-lib/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/geography/gdal-lib/patches/patch-ab b/geography/gdal-lib/patches/patch-ab new file mode 100644 index 00000000000..643eedfdc78 --- /dev/null +++ b/geography/gdal-lib/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2007/03/07 16:04:56 joerg Exp $ + +--- ogr/GNUmakefile.orig 2007-03-07 15:23:10.000000000 +0000 ++++ ogr/GNUmakefile +@@ -15,7 +15,7 @@ CPPFLAGS := -Iogrsf_frmts -I. $(GDAL_INC + + default: lib apps + +-all: sublibs apps test_ogrsf$(EXE) docs ++all: sublibs apps test_ogrsf$(EXE) + + ifeq ($(OGR_ENABLED),yes) + |