aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/files/patch-plpython-Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:36:16 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:36:16 +0000
commitdde08c696b7fdee8c17225a61fb9959886ae5d6d (patch)
tree7de12ac0c3840867c4bb1da2bf9e2c60a03f2259 /databases/postgresql91-server/files/patch-plpython-Makefile
parent34fa6c853efa04ca648d3d4187d4aec40a00fc0d (diff)
Notes
Diffstat (limited to 'databases/postgresql91-server/files/patch-plpython-Makefile')
-rw-r--r--databases/postgresql91-server/files/patch-plpython-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql91-server/files/patch-plpython-Makefile b/databases/postgresql91-server/files/patch-plpython-Makefile
new file mode 100644
index 000000000000..3357b699da8a
--- /dev/null
+++ b/databases/postgresql91-server/files/patch-plpython-Makefile
@@ -0,0 +1,11 @@
+--- 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
+