diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 20:06:35 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 20:06:35 +0800 |
commit | 203c90c29025216ac50bcab31eb6f8e0b9e0fdba (patch) | |
tree | 8983702685a67dfdb80fd8128e8919a019a41a46 /audio | |
parent | b04190b20a685c99feca591448a47740644f85d4 (diff) | |
download | freebsd-ports-gnome-203c90c29025216ac50bcab31eb6f8e0b9e0fdba.tar.gz freebsd-ports-gnome-203c90c29025216ac50bcab31eb6f8e0b9e0fdba.tar.zst freebsd-ports-gnome-203c90c29025216ac50bcab31eb6f8e0b9e0fdba.zip |
Make audio/wmcdplay building on -current again.
Noticed on: bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wmcdplay/files/patch-ab | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/wmcdplay/files/patch-ab b/audio/wmcdplay/files/patch-ab index 444321a50916..955bb90ab2d2 100644 --- a/audio/wmcdplay/files/patch-ab +++ b/audio/wmcdplay/files/patch-ab @@ -1,8 +1,10 @@ ---- Imakefile.orig Sat Sep 5 17:11:26 1998 -+++ Imakefile Tue Sep 24 13:43:57 2002 -@@ -5,4 +5,4 @@ +--- Imakefile.orig Sun Sep 6 01:11:26 1998 ++++ Imakefile Tue Nov 19 23:05:19 2002 +@@ -4,5 +4,6 @@ + SRCS = wmcdplay.cc OBJS = wmcdplay.o ++CC = $(CXX) -ComplexProgramTarget(wmcdplay) +ComplexProgramTargetNoMan(wmcdplay) |