diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-02 20:07:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-02 20:07:40 +0000 |
commit | 9927ba32ddf9267da86844d1f34aebeeabbb5fb1 (patch) | |
tree | d48b403968696318f41a6d54c6bfc863c487afb2 /databases/postgresql84-server/files/patch-configure | |
parent | - Add p5-PocketIO 0.00905 (diff) |
- Unbreak postgresql-plpython: allow build with threaded python
- Pass maintainership to submitter
PR: ports/159843
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes:
svn path=/head/; revision=282829
Diffstat (limited to '')
-rw-r--r-- | databases/postgresql84-server/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql84-server/files/patch-configure b/databases/postgresql84-server/files/patch-configure new file mode 100644 index 000000000000..ee9f1c3a38b1 --- /dev/null +++ b/databases/postgresql84-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-04-15 11:17:14.000000000 +0800 ++++ configure 2011-09-12 15:50:36.966309098 +0800 +@@ -6931,7 +6931,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; }; } |