diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-04 03:00:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-04 03:00:57 +0000 |
commit | d53c696955d15c99807ed506ac9c5d440d24c52f (patch) | |
tree | 3a4f32017015e2dbfa1ed9be2a223de6d1fb48e8 /audio/cd-console/files/patch-ac | |
parent | Respect CC and CFLAGS, and remove a bogus patch which deliberately (diff) |
Unbreak on current by using ${CXX} to compile instead of ${CC},
and #include <string.h> to get strcmp() prototype
Notes
Notes:
svn path=/head/; revision=60567
Diffstat (limited to 'audio/cd-console/files/patch-ac')
-rw-r--r-- | audio/cd-console/files/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/cd-console/files/patch-ac b/audio/cd-console/files/patch-ac new file mode 100644 index 000000000000..a3f1bb1fe3b3 --- /dev/null +++ b/audio/cd-console/files/patch-ac @@ -0,0 +1,8 @@ +--- cd-console.cpp.orig Mon Jun 3 19:46:12 2002 ++++ cd-console.cpp Mon Jun 3 19:46:01 2002 +@@ -1,4 +1,5 @@ + #include <stdlib.h> ++#include <string.h> + #include <unistd.h> + + #ifdef OS_BSD |