diff options
Diffstat (limited to 'audio/dcd/Makefile.diff')
-rw-r--r-- | audio/dcd/Makefile.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/dcd/Makefile.diff b/audio/dcd/Makefile.diff new file mode 100644 index 0000000000..28616d2375 --- /dev/null +++ b/audio/dcd/Makefile.diff @@ -0,0 +1,20 @@ +--- Makefile 2003-08-27 22:44:07.000000000 -0300 ++++ Makefile.new 2009-02-14 23:00:24.000000000 -0300 +@@ -21,7 +21,7 @@ PREFIX = /usr + # with that, you don't even need to uncomment the next line. + # CDROM = /dev/cdrom + # Or, if you use devfs, uncomment this line: +-CDROM = /dev/cdroms/cdrom0 ++# CDROM = /dev/cdroms/cdrom0 + + + +@@ -51,8 +51,6 @@ NETWORK = 1 + + ifdef DEBUG + EXTRA_CFLAGS = -DDEBUG=${DEBUG} -Wall -pedantic -g +-else +-EXTRA_CFLAGS = -O2 # -march=k6 # the arch optimization is for dave! + endif + + ifdef CDROM |