aboutsummaryrefslogtreecommitdiff
path: root/audio/xcd/files/patch-ab
blob: 58cf0557cc508dc32f8ef0b1ce7f334d728ab5dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	Mon Oct 26 16:14:26 1998
+++ Makefile	Sun Sep  8 13:14:02 2002
@@ -8,7 +8,7 @@
 		< xcd.in > $@
 	chmod ugo+x xcd
 cdplayer: cdplayer.cc
-	$(CC) $(CFLAGS) -o $@ cdplayer.cc -lm
+	$(CXX) $(CXXFLAGS) -o $@ cdplayer.cc -lm
 
 install: xcd cdplayer
 	mkdir -p $(BINDIR)