1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Make audio/wmcdplay building on -current again.

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2002-11-19 12:06:35 +00:00
parent b04190b20a
commit 203c90c290
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70473

View File

@ -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)