diff options
author | schmonz <schmonz> | 2005-12-26 23:39:30 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-12-26 23:39:30 +0000 |
commit | 20145e1cdaa168f738c8e3c415815a09f39b6547 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /graphics/aqsis | |
parent | b34189b7026df510dbb3b6971368170eb6f4d459 (diff) | |
download | pkgsrc-20145e1cdaa168f738c8e3c415815a09f39b6547.tar.gz |
Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
Diffstat (limited to 'graphics/aqsis')
-rw-r--r-- | graphics/aqsis/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index ef4485a2255..9a48e4428e1 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:54 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/12/26 23:39:32 schmonz Exp $ # DISTNAME= aqsis-0.6.4 @@ -10,6 +10,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.aqsis.com/ COMMENT= Renderman clone +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |