summaryrefslogtreecommitdiff
path: root/databases/libpqxx
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-25 08:44:28 +0000
committerwiz <wiz>2014-01-25 08:44:28 +0000
commita123018f53a1e8b4db16d348f568bbb56b4db25d (patch)
tree3aa0a32484a69fcbe341ed67e4e0b70e3de26da7 /databases/libpqxx
parentd3c756de17dd68bd3593d727bc1ab4ba7de0e33a (diff)
downloadpkgsrc-a123018f53a1e8b4db16d348f568bbb56b4db25d.tar.gz
Mark as not ready for python-3.x.
Remove CONFIGURE_ARGS that is not supported any longer by the configure script.
Diffstat (limited to 'databases/libpqxx')
-rw-r--r--databases/libpqxx/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile
index 1c0fd0a55db..1b56ab043a1 100644
--- a/databases/libpqxx/Makefile
+++ b/databases/libpqxx/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2013/02/12 04:35:24 hiramatsu Exp $
-#
+# $NetBSD: Makefile,v 1.27 2014/01/25 08:44:28 wiz Exp $
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.0.1
.include "../../databases/libpqxx/Makefile.common"
@@ -12,14 +13,7 @@ USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libpqxx.pc.in
GNU_CONFIGURE= yes
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-# No strerror_r
-CONFIGURE_ARGS+= --disable-thread-safety
-.endif
-
-PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON+= tools/splitconfig
.include "../../lang/python/application.mk"