diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 21:04:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 21:04:30 +0000 |
commit | c494227445ddb63f0eba775e70fabfc00285f2ad (patch) | |
tree | 589451aefb2a0eaacb9d71c125dfb9c986364506 /audio | |
parent | Fix build on -current (Build/link C++ code with ${CXX}) (diff) |
Fix build on -current (build/link C++ code with ${CXX})
Notes
Notes:
svn path=/head/; revision=65855
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xcd/files/patch-ab | 11 |
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) |