diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-05 16:43:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-05 16:43:12 +0000 |
commit | 7c11d252c3732636c9492c34037bfb7b988cc924 (patch) | |
tree | e974935a16199ddf0e848e08f55e1326020a9887 /app-cdr/cdw/files | |
parent | version bump (bug #313223) (diff) | |
download | gentoo-2-7c11d252c3732636c9492c34037bfb7b988cc924.tar.gz gentoo-2-7c11d252c3732636c9492c34037bfb7b988cc924.tar.bz2 gentoo-2-7c11d252c3732636c9492c34037bfb7b988cc924.zip |
old
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'app-cdr/cdw/files')
-rw-r--r-- | app-cdr/cdw/files/cdw-0.3.95-asneeded.patch | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/app-cdr/cdw/files/cdw-0.3.95-asneeded.patch b/app-cdr/cdw/files/cdw-0.3.95-asneeded.patch deleted file mode 100644 index e2415a24b6b8..000000000000 --- a/app-cdr/cdw/files/cdw-0.3.95-asneeded.patch +++ /dev/null @@ -1,56 +0,0 @@ -diff -ru cdw_0.3.95.orig/cdw/src/Makefile.am cdw_0.3.95/cdw/src/Makefile.am ---- cdw_0.3.95.orig/cdw/src/Makefile.am 2010-01-17 10:29:33.000000000 -0500 -+++ cdw_0.3.95/cdw/src/Makefile.am 2010-01-20 15:48:25.134474953 -0500 -@@ -1,7 +1,6 @@ - # remove '#' in the line below to supress debug messages printed to stderr - AM_CPPFLAGS = -DNDEBUG - -- - # _FILE_OFFSET_BITS=64 - large file support (>2GB on 32-bit systems); - # this is unnecessary on 64-bit systems, but I had to add this - # after doing some basic tests on i386 machine; see sourceforge -@@ -13,7 +12,6 @@ - # be unable to operate on large files - AM_CDW_CPPFLAGS = -D _FILE_OFFSET_BITS=64 - -- - # using C99 standard + gnu extensions; I don't use c99, because - # it may trigger problems caused by asm/byteorder.h, which is incuded - # by linux/cdrom.h header, which in turn is included by cdw_drive.h -@@ -27,16 +25,11 @@ - # strings like that: strcmp(some_string, "some string"); - AM_CFLAGS_CDW_UNREACHABLE = -Wunreachable-code - -- -- - AM_CFLAGS_CDW_RELEASE_BUILD = $(AM_CFLAGS_CDW_STD) -O2 $(AM_CDW_CPPFLAGS) - AM_CFLAGS_CDW_DEBUG_BUILD = $(AM_CFLAGS_CDW_STD) -g -O0 $(AM_CFLAGS_CDW_OTHER) $(AM_CFLAGS_CDW_FORMAT) $(AM_CFLAGS_CDW_DEBUG) $(AM_CFLAGS_CDW_PEDANTRY) $(AM_CFLAGS_CDW_UNREACHABLE) $(AM_CDW_CPPFLAGS) - - AM_CFLAGS = $(AM_CFLAGS_CDW_RELEASE_BUILD) - --AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -- -- - # this lists the binaries to produce - bin_PROGRAMS = cdw - noinst_PROGRAMS = cdw_tests -@@ -64,9 +57,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 \ -@@ -84,7 +79,6 @@ - cdw_fs_tests.h cdw_config_ui_internals.h pipe_regexp_tests.h cdw_dll.h \ - cdw_dll_tests.h cdw_list_display.h cdw_file.h cdw_ncurses.h cdw_fs_browser.h - -- - # used by flymake - check-syntax: - $(CC) $(AM_CPPFLAGS) $(AM_CFLAGS) -fsyntax-only $(CHK_SOURCES) |