pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/wmsmixer Use g++ when linking C++.
details: https://anonhg.NetBSD.org/pkgsrc/rev/84c91eb63afd
branches: trunk
changeset: 475726:84c91eb63afd
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Mon May 24 10:27:26 2004 +0000
description:
Use g++ when linking C++.
diffstat:
audio/wmsmixer/distinfo | 3 ++-
audio/wmsmixer/patches/patch-aa | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r a061f4c62cfe -r 84c91eb63afd audio/wmsmixer/distinfo
--- a/audio/wmsmixer/distinfo Mon May 24 10:16:52 2004 +0000
+++ b/audio/wmsmixer/distinfo Mon May 24 10:27:26 2004 +0000
@@ -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 -r a061f4c62cfe -r 84c91eb63afd audio/wmsmixer/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/wmsmixer/patches/patch-aa Mon May 24 10:27:26 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index