summaryrefslogtreecommitdiff
path: root/databases/postgresql92/patches/patch-src_pl_plpython_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql92/patches/patch-src_pl_plpython_Makefile')
-rw-r--r--databases/postgresql92/patches/patch-src_pl_plpython_Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/postgresql92/patches/patch-src_pl_plpython_Makefile b/databases/postgresql92/patches/patch-src_pl_plpython_Makefile
new file mode 100644
index 00000000000..64eb727d8f3
--- /dev/null
+++ b/databases/postgresql92/patches/patch-src_pl_plpython_Makefile
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:57 adam Exp $
+
+Don't try to use Python framework.
+
+--- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
++++ src/pl/plpython/Makefile
+@@ -24,8 +24,6 @@ endif
+ # Darwin (OS X) has its own ideas about how to do this.
+ ifeq ($(PORTNAME), darwin)
+ shared_libpython = yes
+-override python_libspec = -framework Python
+-override python_additional_libs =
+ endif
+
+ # If we don't have a shared library and the platform doesn't allow it