Use g++ when linking C++.
This commit is contained in:
parent
ccb57f330f
commit
f3203c22bc
2 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
14
audio/wmsmixer/patches/patch-aa
Normal file
14
audio/wmsmixer/patches/patch-aa
Normal file
|
@ -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
|
Loading…
Reference in a new issue