From 96aedc9fada533bc199868423bf5a1151cd75037 Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 1 Jan 2015 09:43:44 +0000 Subject: 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?) --- databases/libpqxx/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'databases/libpqxx') 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 -- cgit v1.2.3