diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 03:14:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 03:14:41 +0000 |
commit | 2d2fff05bb286d4697adf7805a80816997a41ae3 (patch) | |
tree | b8bf82129fdfca9a158d7002d45a9c808dbed9f5 /databases/postgresql-devel-server/files/patch-plpython-Makefile | |
parent | BROKEN: Incomplete pkg-plist (diff) |
Remove port repo-copied 5 weeks ago but not completed. It can be added back
if/when the committer is ready to proceed.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132083
Diffstat (limited to 'databases/postgresql-devel-server/files/patch-plpython-Makefile')
-rw-r--r-- | databases/postgresql-devel-server/files/patch-plpython-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql-devel-server/files/patch-plpython-Makefile b/databases/postgresql-devel-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql-devel-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 - |