eaa39b5170
- enable python bindings and utilities - split package into -main and -python - enable support for WMS/WFS through curl - enable geos support - enable postgis support through postgresql-client (all this is needed by bigger incoming GIS ports) looks good to pval@ (maintainer)
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
$OpenBSD: patch-ogr_GNUmakefile,v 1.2 2009/03/13 08:56:53 landry Exp $
|
|
--- ogr/GNUmakefile.orig Fri Aug 22 18:57:53 2008
|
|
+++ ogr/GNUmakefile Sun Feb 22 23:37:01 2009
|
|
@@ -19,7 +19,7 @@ CPPFLAGS := -Iogrsf_frmts -I. $(GDAL_INCLUDE) $(PROJ_I
|
|
|
|
default: lib
|
|
|
|
-all: sublibs apps test_ogrsf$(EXE)
|
|
+all: sublibs
|
|
|
|
clean:
|
|
rm -f html/*
|