summaryrefslogtreecommitdiff
path: root/audio/csound4
diff options
context:
space:
mode:
authorben <ben>2004-11-28 18:24:24 +0000
committerben <ben>2004-11-28 18:24:24 +0000
commit6944fcad5cceb9c836498a439495acf8392a4845 (patch)
tree8b25c4bbabdfce8f400f547fd5fc0c7b7474655a /audio/csound4
parent4e59dae9ebb312491b70b8e30187f377eaf660e5 (diff)
downloadpkgsrc-6944fcad5cceb9c836498a439495acf8392a4845.tar.gz
Do not build on LP64 systems, as there are severe problems at run time.
Diffstat (limited to 'audio/csound4')
-rw-r--r--audio/csound4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/csound4/Makefile b/audio/csound4/Makefile
index 78c23c7b51d..9bac141e1b4 100644
--- a/audio/csound4/Makefile
+++ b/audio/csound4/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --enable-debug
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"