diff options
author | mva <mva@FreeBSD.org> | 2014-08-02 15:01:53 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-08-02 15:01:53 +0800 |
commit | 5b39ead51d1a374342ef91c6cd3134dcdc6f8d7e (patch) | |
tree | 62e85db3565ddd602b522083e82d02787362c810 /databases/postgresql93-server | |
parent | 7987a621865e9f2bd0c76fbf566ac62b162e0492 (diff) | |
download | freebsd-ports-gnome-5b39ead51d1a374342ef91c6cd3134dcdc6f8d7e.tar.gz freebsd-ports-gnome-5b39ead51d1a374342ef91c6cd3134dcdc6f8d7e.tar.zst freebsd-ports-gnome-5b39ead51d1a374342ef91c6cd3134dcdc6f8d7e.zip |
- Unbreak builds after the lang/python27 update (r363790)
Exp-run: 192242, 192244
Diffstat (limited to 'databases/postgresql93-server')
-rw-r--r-- | databases/postgresql93-server/files/patch-plpython-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
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 |