diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2012-03-26 08:04:09 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2012-03-26 08:04:09 +0000 |
commit | 1d5dc71eb7e37fe26825750015d76d77232f3626 (patch) | |
tree | e4f346c12ea0d1968d06e21b461decec80118e7d /databases/postgresql92-server/files/patch-plpython-Makefile | |
parent | Readd BROKEN: still can't find numpy (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_3_0'.release/8.3.0
Notes
Notes:
svn path=/head/; revision=293833
svn path=/tags/RELEASE_8_3_0/; revision=293834; tag=release/8.3.0
Diffstat (limited to 'databases/postgresql92-server/files/patch-plpython-Makefile')
-rw-r--r-- | databases/postgresql92-server/files/patch-plpython-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
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 - |