freebsd-ports/databases/postgresql93-server/files/patch-plpython-Makefile

12 lines
385 B
Text
Raw Normal View History

2013-05-12 02:00:56 +02:00
--- 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
2013-05-12 02:00:56 +02:00
endif