summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/patch-plpython-Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-08-02 07:01:53 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-08-02 07:01:53 +0000
commita38c83387472ce2eefa04e133b4ac3c1fd8c3240 (patch)
tree62e85db3565ddd602b522083e82d02787362c810 /databases/postgresql92-server/files/patch-plpython-Makefile
parent- Catch up with the recent lang/pythonXX changes (diff)
- Unbreak builds after the lang/python27 update (r363790)
Exp-run: 192242, 192244
Notes
Notes: svn path=/head/; revision=363792
Diffstat (limited to 'databases/postgresql92-server/files/patch-plpython-Makefile')
-rw-r--r--databases/postgresql92-server/files/patch-plpython-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql92-server/files/patch-plpython-Makefile b/databases/postgresql92-server/files/patch-plpython-Makefile
deleted file mode 100644
index 3357b699da8a..000000000000
--- a/databases/postgresql92-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
-