diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-05-24 10:27:26 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-05-24 10:27:26 +0000 |
commit | f3203c22bc37e8ab10e4df5f95589dd4f81afd23 (patch) | |
tree | 4f49782c1f2be30f0c255cbe752abe3fe0f7202e /audio | |
parent | ccb57f330f177b04eba7ef5451cc3f0675639c8e (diff) | |
download | pkgsrc-f3203c22bc37e8ab10e4df5f95589dd4f81afd23.tar.gz |
Use g++ when linking C++.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wmsmixer/distinfo | 3 | ||||
-rw-r--r-- | audio/wmsmixer/patches/patch-aa | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/audio/wmsmixer/distinfo b/audio/wmsmixer/distinfo index 319d5ca89db..6fabec9e1b4 100644 --- a/audio/wmsmixer/distinfo +++ b/audio/wmsmixer/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2003/07/02 13:15:35 agc Exp $ +$NetBSD: distinfo,v 1.3 2004/05/24 10:27:26 kristerw Exp $ SHA1 (wmsmixer-0.5.1.tar.gz) = 32473bf99b7c0dfa4a2b7d0d850288354aebde58 Size (wmsmixer-0.5.1.tar.gz) = 33350 bytes +SHA1 (patch-aa) = 0db2abe3d917778545e420fe61e4cefce03ce0c6 diff --git a/audio/wmsmixer/patches/patch-aa b/audio/wmsmixer/patches/patch-aa new file mode 100644 index 00000000000..417bd7c14a2 --- /dev/null +++ b/audio/wmsmixer/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2004/05/24 10:27:26 kristerw Exp $ + +--- Imakefile.orig 2004-05-24 12:19:53.000000000 +0200 ++++ Imakefile 2004-05-24 12:23:06.000000000 +0200 +@@ -6,8 +6,7 @@ + + DEPLIBS = $(DEPXLIB) + LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(OSSAUDIO) +-CC = c++ -m32 +-LD = c++ -m32 -nostdlib ++CCLINK = $(CXXLINK) + + SRCS = wmsmixer.cc + OBJS = wmsmixer.o |