aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql74-server/files/patch-plpython-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql74-server/files/patch-plpython-Makefile')
-rw-r--r--databases/postgresql74-server/files/patch-plpython-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql74-server/files/patch-plpython-Makefile b/databases/postgresql74-server/files/patch-plpython-Makefile
deleted file mode 100644
index a1303151170a..000000000000
--- a/databases/postgresql74-server/files/patch-plpython-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
-