From 5b39ead51d1a374342ef91c6cd3134dcdc6f8d7e Mon Sep 17 00:00:00 2001 From: mva Date: Sat, 2 Aug 2014 07:01:53 +0000 Subject: - Unbreak builds after the lang/python27 update (r363790) Exp-run: 192242, 192244 --- databases/postgresql84-server/files/patch-plpython-Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 databases/postgresql84-server/files/patch-plpython-Makefile (limited to 'databases/postgresql84-server') diff --git a/databases/postgresql84-server/files/patch-plpython-Makefile b/databases/postgresql84-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql84-server/files/patch-plpython-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pl/plpython/Makefile.orig Fri Nov 19 20:23:01 2004 -+++ src/pl/plpython/Makefile Tue Dec 28 23:32:16 2004 -@@ -9,7 +9,7 @@ - # shared library. Since there is no official way to determine this - # (at least not in pre-2.3 Python), we see if there is a file that is - # named like a shared library. --ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*)) -+ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*)) - shared_libpython = yes - endif - -- cgit