summaryrefslogtreecommitdiff
path: root/audio/spiralsynth/Makefile
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-11-23 08:32:10 +0000
committermarino <marino@pkgsrc.org>2011-11-23 08:32:10 +0000
commit019c53984e37735b87687fed5e91a7367535313c (patch)
treeb01b1786b21be45874235b710dcc025ae785766d /audio/spiralsynth/Makefile
parent3a55ef791ab8a8187abad3f3680473734ce52eb1 (diff)
downloadpkgsrc-019c53984e37735b87687fed5e91a7367535313c.tar.gz
audio/spiralsynth: Fix iostream / Fix DragonFly / amd64
Replace <iostream.h> and <fstream.h> with their c++ counterparts. Addition of <string.h> was originally under a DragonFly macro, but this was removed when it was shown NetBSD 5.99 needed it too. Allow package to build on all x86_64 architectures.
Diffstat (limited to 'audio/spiralsynth/Makefile')
-rw-r--r--audio/spiralsynth/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile
index b7cf4471098..720a5d57411 100644
--- a/audio/spiralsynth/Makefile
+++ b/audio/spiralsynth/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2011/01/13 13:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2011/11/23 08:32:10 marino Exp $
#
DISTNAME= SpiralSynth-2.0.0
PKGNAME= spiralsynth-2.0.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.pawfal.org/Software/SpiralSynth/dload/
@@ -14,7 +14,7 @@ COMMENT= Polyphonic analogue softsynth
# only runs correctly on little-endian machines
ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \
*-*-hpcmips *-*-hpcsh *-*-i386 *-*-pc532 *-*-pmax \
- *-*-vax
+ *-*-vax *-*-x86_64
PKG_DESTDIR_SUPPORT= user-destdir