summaryrefslogtreecommitdiff
path: root/databases/postgresql92/patches/patch-src_pl_plperl_GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql92/patches/patch-src_pl_plperl_GNUmakefile')
-rw-r--r--databases/postgresql92/patches/patch-src_pl_plperl_GNUmakefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/databases/postgresql92/patches/patch-src_pl_plperl_GNUmakefile b/databases/postgresql92/patches/patch-src_pl_plperl_GNUmakefile
deleted file mode 100644
index e32624814a8..00000000000
--- a/databases/postgresql92/patches/patch-src_pl_plperl_GNUmakefile
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-src_pl_plperl_GNUmakefile,v 1.1 2012/10/05 21:03:10 adam Exp $
-
---- src/pl/plperl/GNUmakefile.orig 2012-02-23 22:53:36.000000000 +0000
-+++ src/pl/plperl/GNUmakefile
-@@ -60,7 +60,6 @@ XSUBPPDIR = $(shell $(PERL) -e 'use List
-
- include $(top_srcdir)/src/Makefile.shlib
-
--plperl.o: perlchunks.h plperl_opmask.h plperl_helpers.h
-
- plperl_opmask.h: plperl_opmask.pl
- @if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
-@@ -70,7 +69,7 @@ perlchunks.h: $(PERLCHUNKS)
- @if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi
- $(PERL) $(srcdir)/text2macro.pl --strip='^(\#.*|\s*)$$' $^ > $@
-
--all: all-lib
-+all: perlchunks.h plperl_opmask.h plperl_helpers.h all-lib
-
- SPI.c: SPI.xs plperl_helpers.h
- @if [ x"$(perl_privlibexp)" = x"" ]; then echo "configure switch --with-perl was not specified."; exit 1; fi