summaryrefslogtreecommitdiff
path: root/databases/libpqxx
diff options
context:
space:
mode:
authordholland <dholland>2015-01-01 09:43:44 +0000
committerdholland <dholland>2015-01-01 09:43:44 +0000
commit96aedc9fada533bc199868423bf5a1151cd75037 (patch)
tree01e97b396977ddc7c40fe5acae3b7da0248a9d6e /databases/libpqxx
parent39faaf4f66917d70b5087cb63ae75df373d7812e (diff)
downloadpkgsrc-96aedc9fada533bc199868423bf5a1151cd75037.tar.gz
Remove obsolete restriction based on a.out shared libraries not working.
Even if they still don't (it was noted ten years ago) I don't think we have any a.out platforms left in pkgsrc. (Do we?)
Diffstat (limited to 'databases/libpqxx')
-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