summaryrefslogtreecommitdiff
path: root/databases/postgresql-plpython/files/patch-plpython-Makefile
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2004-11-06 14:41:04 +0000
committerDima Dorfman <dd@FreeBSD.org>2004-11-06 14:41:04 +0000
commitbda6b7e1666a7ea1c0831609e6ccab8d74d94096 (patch)
tree7257c200660e014c54c66dd16ada10fe35d9cfa6 /databases/postgresql-plpython/files/patch-plpython-Makefile
parentIGNORE this binary port for FreeBSD < 5.3 (diff)
A port for the PL/Python module that comes with Postgres
Diffstat (limited to '')
-rw-r--r--databases/postgresql-plpython/files/patch-plpython-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql-plpython/files/patch-plpython-Makefile b/databases/postgresql-plpython/files/patch-plpython-Makefile
new file mode 100644
index 000000000000..a1303151170a
--- /dev/null
+++ b/databases/postgresql-plpython/files/patch-plpython-Makefile
@@ -0,0 +1,11 @@
+--- src/pl/plpython/Makefile~ Thu Mar 4 08:06:19 2004
++++ src/pl/plpython/Makefile Thu Mar 4 08:06:44 2004
+@@ -8,7 +8,7 @@
+ # On some platforms we can only build PL/Python if libpython is a
+ # shared library. Since there is no official way to determine this,
+ # we see if there is a file that is named like a shared library.
+-ifneq (,$(wildcard $(python_configdir)/libpython*$(DLSUFFIX)*))
++ifneq (,$(wildcard $(python_configdir)/../../libpython*$(DLSUFFIX)*))
+ shared_libpython = yes
+ endif
+