summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-01-13 22:51:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-01-13 22:51:23 +0000
commit65eec3a8d51b1a2b062a8a0fcb939d402a134aed (patch)
treeabb850dcb5d19875289a2d557452eb311190abc4 /app-cdr/cdw/files
parentVersion bump with upstreamed patch, and remove old. (diff)
downloadhistorical-65eec3a8d51b1a2b062a8a0fcb939d402a134aed.tar.gz
historical-65eec3a8d51b1a2b062a8a0fcb939d402a134aed.tar.bz2
historical-65eec3a8d51b1a2b062a8a0fcb939d402a134aed.zip
old
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'app-cdr/cdw/files')
-rw-r--r--app-cdr/cdw/files/cdw-0.3.94-asneeded.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-cdr/cdw/files/cdw-0.3.94-asneeded.patch b/app-cdr/cdw/files/cdw-0.3.94-asneeded.patch
deleted file mode 100644
index d649dd181746..000000000000
--- a/app-cdr/cdw/files/cdw-0.3.94-asneeded.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- cdw.orig/src/Makefile.am 2009-08-09 20:02:12.000000000 +0200
-+++ cdw/src/Makefile.am 2009-10-16 19:12:55.669768307 +0200
-@@ -35,7 +35,6 @@
- -Wstrict-prototypes
-
- # AM_CFLAGS = -pedantic -Wall -Wextra -Wformat-security -Wswitch-default -Wshadow -Wno-declaration-after-statement -Wno-long-long
--AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio
-
-
- # this lists the binaries to produce
-@@ -65,9 +64,11 @@
-
- # this should include all source files except *_tests.c
- cdw_SOURCES = $(cdw_base_sources) $(cdw_base_main)
-+cdw_LDADD = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -lm
-
- # this should include all source files except main.c
- cdw_tests_SOURCES = $(cdw_base_sources) $(cdw_test_sources) $(cdw_test_main)
-+cdw_tests_LDADD = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -lm
-
- # all header files
- noinst_HEADERS = blank_wizard.h cdda2wav.h cddb.h cdrecord_interface.h \