pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio Remove c from USE_LANGUAGES since this package u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbb445e9c8d4
branches:  trunk
changeset: 472939:dbb445e9c8d4
user:      ben <ben%pkgsrc.org@localhost>
date:      Wed Apr 14 15:03:40 2004 +0000

description:
Remove c from USE_LANGUAGES since this package uses C++.

diffstat:

 audio/spiralloops/Makefile |  4 ++--
 audio/spiralsynth/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 7aa592ba8e11 -r dbb445e9c8d4 audio/spiralloops/Makefile
--- a/audio/spiralloops/Makefile        Wed Apr 14 15:01:13 2004 +0000
+++ b/audio/spiralloops/Makefile        Wed Apr 14 15:03:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/04/13 09:38:38 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/14 15:03:40 ben Exp $
 #
 
 DISTNAME=              SpiralLoops-2.0.0
@@ -17,7 +17,7 @@
                        *-*-vax
 
 USE_BUILDLINK3=                yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c++
 USE_X11=               yes
 USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         yes
diff -r 7aa592ba8e11 -r dbb445e9c8d4 audio/spiralsynth/Makefile
--- a/audio/spiralsynth/Makefile        Wed Apr 14 15:01:13 2004 +0000
+++ b/audio/spiralsynth/Makefile        Wed Apr 14 15:03:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/04/13 09:38:38 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/14 15:05:01 ben Exp $
 #
 
 DISTNAME=              SpiralSynth-0.1.7
@@ -17,7 +17,7 @@
                        *-*-vax
 
 USE_BUILDLINK3=                yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c++
 USE_X11=               yes
 USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index