diff options
author | Luis Henrique <lmello.009@gmail.com> | 2010-05-12 23:27:49 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:27:49 +0200 |
commit | 5b5c262d44113bb993d5d5d054b835d040996909 (patch) | |
tree | 5cd6092fbff53127e33935f1b98482ce03a1a7ff /audio/dcd/Makefile.diff | |
parent | f72e8ab50fbe9b768cb6a7e1d714a218b2f6edf7 (diff) | |
download | slackbuilds-5b5c262d44113bb993d5d5d054b835d040996909.tar.gz |
audio/dcd: Added to 12.2 repository
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 |