summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql84-server/files/patch-plpython-Makefile11
-rw-r--r--databases/postgresql90-server/files/patch-plpython-Makefile11
-rw-r--r--databases/postgresql91-server/files/patch-plpython-Makefile11
-rw-r--r--databases/postgresql92-server/files/patch-plpython-Makefile11
-rw-r--r--databases/postgresql93-server/files/patch-plpython-Makefile11
-rw-r--r--databases/postgresql94-server/files/patch-plpython-Makefile11
6 files changed, 0 insertions, 66 deletions
diff --git a/databases/postgresql84-server/files/patch-plpython-Makefile b/databases/postgresql84-server/files/patch-plpython-Makefile
deleted file mode 100644
index 3357b699da8a..000000000000
--- a/databases/postgresql84-server/files/patch-plpython-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
-
diff --git a/databases/postgresql90-server/files/patch-plpython-Makefile b/databases/postgresql90-server/files/patch-plpython-Makefile
deleted file mode 100644
index 3357b699da8a..000000000000
--- a/databases/postgresql90-server/files/patch-plpython-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
-
diff --git a/databases/postgresql91-server/files/patch-plpython-Makefile b/databases/postgresql91-server/files/patch-plpython-Makefile
deleted file mode 100644
index 3357b699da8a..000000000000
--- a/databases/postgresql91-server/files/patch-plpython-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
-
diff --git a/databases/postgresql92-server/files/patch-plpython-Makefile b/databases/postgresql92-server/files/patch-plpython-Makefile
deleted file mode 100644
index 3357b699da8a..000000000000
--- a/databases/postgresql92-server/files/patch-plpython-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
-
diff --git a/databases/postgresql93-server/files/patch-plpython-Makefile b/databases/postgresql93-server/files/patch-plpython-Makefile
deleted file mode 100644
index 75e27faaa43c..000000000000
--- a/databases/postgresql93-server/files/patch-plpython-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
- endif
diff --git a/databases/postgresql94-server/files/patch-plpython-Makefile b/databases/postgresql94-server/files/patch-plpython-Makefile
deleted file mode 100644
index 75e27faaa43c..000000000000
--- a/databases/postgresql94-server/files/patch-plpython-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
- endif