aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xcd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-09-09 05:04:30 +0800
committerkris <kris@FreeBSD.org>2002-09-09 05:04:30 +0800
commit1a3da5004469f9844d0537e9f8eec3ad7fdbed2a (patch)
treed96a0ba526a7d38b63ea9678e085a08ab9138f4c /audio/xcd
parent68bd8fbc377ab3e4507bd36655c135b6b7bdcf64 (diff)
downloadfreebsd-ports-gnome-1a3da5004469f9844d0537e9f8eec3ad7fdbed2a.tar.gz
freebsd-ports-gnome-1a3da5004469f9844d0537e9f8eec3ad7fdbed2a.tar.zst
freebsd-ports-gnome-1a3da5004469f9844d0537e9f8eec3ad7fdbed2a.zip
Fix build on -current (build/link C++ code with ${CXX})
Diffstat (limited to 'audio/xcd')
-rw-r--r--audio/xcd/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xcd/files/patch-ab b/audio/xcd/files/patch-ab
new file mode 100644
index 000000000000..58cf0557cc50
--- /dev/null
+++ b/audio/xcd/files/patch-ab
@@ -0,0 +1,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)