diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-03 04:07:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-03 04:07:40 +0800 |
commit | 238da5b3993426f2d33b3e8909ecc845d4710969 (patch) | |
tree | 3c829371bd434de0bdcc1ac8b4f6be7a0f994fff /databases/postgresql83-server | |
parent | 4a29bc3131b9e52a9a99a5fc073c2827a0b40294 (diff) | |
download | freebsd-ports-gnome-238da5b3993426f2d33b3e8909ecc845d4710969.tar.gz freebsd-ports-gnome-238da5b3993426f2d33b3e8909ecc845d4710969.tar.zst freebsd-ports-gnome-238da5b3993426f2d33b3e8909ecc845d4710969.zip |
- Unbreak postgresql-plpython: allow build with threaded python
- Pass maintainership to submitter
PR: ports/159843
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'databases/postgresql83-server')
-rw-r--r-- | databases/postgresql83-server/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql83-server/files/patch-configure b/databases/postgresql83-server/files/patch-configure new file mode 100644 index 000000000000..724b6403b379 --- /dev/null +++ b/databases/postgresql83-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-04-15 11:18:15.000000000 +0800 ++++ configure 2011-09-12 15:51:07.149762023 +0800 +@@ -5458,7 +5458,7 @@ + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + case $host_os in +- openbsd*|freebsd*) ++ openbsd*) + { { echo "$as_me:$LINENO: error: threaded Python not supported on this platform" >&5 + echo "$as_me: error: threaded Python not supported on this platform" >&2;} + { (exit 1); exit 1; }; } |