pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/csound4 Do not build on LP64 systems, as there a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a23099ba84e9
branches:  trunk
changeset: 484647:a23099ba84e9
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun Nov 28 18:24:24 2004 +0000

description:
Do not build on LP64 systems, as there are severe problems at run time.

diffstat:

 audio/csound4/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e071e65c65a2 -r a23099ba84e9 audio/csound4/Makefile
--- a/audio/csound4/Makefile    Sun Nov 28 17:26:12 2004 +0000
+++ b/audio/csound4/Makefile    Sun Nov 28 18:24:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/28 17:16:48 ben Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/28 18:24:24 ben Exp $
 #
 
 DISTNAME=              csound-4.23f12gbs.6
@@ -23,6 +23,8 @@
 CFLAGS+=               -g
 INFO_FILES=            csoundgbs.info
 
+NOT_FOR_PLATFORM=      *-*-alpha *-*-sparc64   # Severe LP64 problems
+
 .include "../../x11/fltk/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index