From a38c83387472ce2eefa04e133b4ac3c1fd8c3240 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 2 Aug 2014 07:01:53 +0000 Subject: - Unbreak builds after the lang/python27 update (r363790) Exp-run: 192242, 192244 --- databases/postgresql93-server/files/patch-plpython-Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 databases/postgresql93-server/files/patch-plpython-Makefile (limited to 'databases/postgresql93-server/files/patch-plpython-Makefile') diff --git a/databases/postgresql93-server/files/patch-plpython-Makefile b/databases/postgresql93-server/files/patch-plpython-Makefile deleted file mode 100644 index 75e27faaa43c..000000000000 --- a/databases/postgresql93-server/files/patch-plpython-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pl/plpython/Makefile.orig 2013-05-06 22:57:06.000000000 +0200 -+++ src/pl/plpython/Makefile 2013-05-10 19:50:09.000000000 +0200 -@@ -15,7 +15,7 @@ - ifeq (1,$(python_enable_shared)) - shared_libpython = yes - else --ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*)) -+ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*)) - shared_libpython = yes - endif - endif -- cgit v1.2.3