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 | a9b50daf276e3d2465a6aa5ab60a92bb889cfaf3 (patch) | |
tree | 77bec75ec40918e3b9636b9a0aadac918da81352 /geography | |
parent | ac44993191d74489b478b0bcffdb248c7d680d3b (diff) | |
download | pkgsrc-a9b50daf276e3d2465a6aa5ab60a92bb889cfaf3.tar.gz |
Forgot to cvs add the patch to not run doxygen (and fail if it doesn't
exist).
Diffstat (limited to 'geography')
-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) + |