summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/libpqxx/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile
index 49dc0a993bd..9117d572a22 100644
--- a/databases/libpqxx/Makefile
+++ b/databases/libpqxx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2014/05/09 07:36:56 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2015/01/01 09:43:44 dholland Exp $
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.0.1
@@ -6,7 +6,11 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.0.1
COMMENT= C++ interface to postgresql-lib
-NOT_FOR_PLATFORM= NetBSD-*-pc532
+# Apparently (at least as of 2004) this package's shared libraries are
+# messed up on a.out platforms. But AFAIK we don't have any in pkgsrc
+# any more. Leave this here for documentation just in case.
+# - dholland 20150101
+#NOT_FOR_PLATFORM= ${AOUTPLATFORMS}
USE_LANGUAGES= c c++
USE_LIBTOOL= yes