aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-server/files/patch-plpython-Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
commitcec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch)
tree26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /databases/postgresql90-server/files/patch-plpython-Makefile
parent6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff)
Notes
Diffstat (limited to 'databases/postgresql90-server/files/patch-plpython-Makefile')
-rw-r--r--databases/postgresql90-server/files/patch-plpython-Makefile11
1 files changed, 0 insertions, 11 deletions
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
-