pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/libpqxx Don't build on a.out architectures, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/675e7635c6a5
branches:  trunk
changeset: 465868:675e7635c6a5
user:      is <is%pkgsrc.org@localhost>
date:      Wed Jan 07 11:21:16 2004 +0000

description:
Don't build on a.out architectures, where the shared library versioning
of this package is broken.

diffstat:

 databases/libpqxx/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r dfa96b4ef046 -r 675e7635c6a5 databases/libpqxx/Makefile
--- a/databases/libpqxx/Makefile        Wed Jan 07 11:11:34 2004 +0000
+++ b/databases/libpqxx/Makefile        Wed Jan 07 11:21:16 2004 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2004/01/07 11:08:53 is Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/07 11:21:16 is Exp $
 #
 
 DISTNAME=              libpqxx-2.1.3
 CATEGORIES=            databases
 MASTER_SITES=          ftp://gborg.postgresql.org/pub/libpqxx/stable/
 
-MAINTAINER=            is%netbsd.org@localhost
+MAINTAINER=            is%NetBSD.org@localhost
 HOMEPAGE=              http://pqxx.tk/
 COMMENT=               C++ interface to postgresql-lib
+NOT_FOR_PLATFORM=      NetBSD-*-pc532
 
 USE_BUILDLINK2=                yes
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index