diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-06-04 18:07:01 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-06-04 18:07:01 +0000 |
commit | 3a78d13d9a561c034faa3e0444be56a6d1d12e3c (patch) | |
tree | cc8b6681e8a0b348cf5ebf167eb1162075db08c4 /databases/postgresql83-server/files/patch-plpython-Makefile | |
parent | Does not build with supported versions of PostgreSQL (diff) |
Remove postgresql83-*; it expired at the beginning of March.
While here, fix flo's typo...
Notes
Notes:
svn path=/head/; revision=319888
Diffstat (limited to 'databases/postgresql83-server/files/patch-plpython-Makefile')
-rw-r--r-- | databases/postgresql83-server/files/patch-plpython-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql83-server/files/patch-plpython-Makefile b/databases/postgresql83-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql83-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 - |