diff options
Diffstat (limited to 'databases/postgis/files/patch-c')
-rw-r--r-- | databases/postgis/files/patch-c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/postgis/files/patch-c b/databases/postgis/files/patch-c deleted file mode 100644 index 7c806d014fa7..000000000000 --- a/databases/postgis/files/patch-c +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile Mon Jan 31 12:51:48 2005 -+++ Makefile Mon Jan 31 12:56:14 2005 -@@ -5,8 +5,14 @@ - #----------------------------------------------------- - - all: liblwgeom loaderdumper -+ifneq ($(WITH-DOC),) -+ $(MAKE) -C doc chunked-html -+endif - - install: all liblwgeom-install loaderdumper-install -+ifneq ($(WITH-DOC),) -+ $(MAKE) INSTALL_DATA="$(INSTALL_DATA)" DOCSDIR=$(DOCSDIR) -C doc install -+endif - - uninstall: liblwgeom-uninstall loaderdumper-uninstall - |