diff options
author | marino <marino> | 2011-11-23 08:20:38 +0000 |
---|---|---|
committer | marino <marino> | 2011-11-23 08:20:38 +0000 |
commit | bd9870484c9863108391cb9f89e453f75473a955 (patch) | |
tree | c06a1227498639dcecd6e06d6258c082ba3fe0b5 /audio/spiralloops/Makefile | |
parent | 95a92e3f8abb4236c20db0a9bb14ec2035f6ee45 (diff) | |
download | pkgsrc-bd9870484c9863108391cb9f89e453f75473a955.tar.gz |
audio/spiralloops: 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 x86_64 needed it too.
Allow package to build on all x86_64 architectures.
Diffstat (limited to 'audio/spiralloops/Makefile')
-rw-r--r-- | audio/spiralloops/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index 8d8e4bff72f..ab0bc2a774a 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2011/01/13 13:37:08 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2011/11/23 08:20:38 marino Exp $ # DISTNAME= SpiralLoops-2.0.0 PKGNAME= spiralloops-2.0.0 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.pawfal.org/Software/SpiralLoops/dload/ @@ -14,7 +14,7 @@ COMMENT= Loop based sampler # 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 |