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 | c16adf3ad6120644c28315bd4abb2abf37af51d4 (patch) | |
tree | 4f49782c1f2be30f0c255cbe752abe3fe0f7202e /audio/wmsmixer/patches/patch-aa | |
parent | 10150d87db4d5a076c02bcd3976947b25f7deea7 (diff) | |
download | pkgsrc-c16adf3ad6120644c28315bd4abb2abf37af51d4.tar.gz |
Use g++ when linking C++.
Diffstat (limited to 'audio/wmsmixer/patches/patch-aa')
-rw-r--r-- | audio/wmsmixer/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
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 |