diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 20:02:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 20:02:34 +0000 |
commit | cea52872179ba8a896e0b69de0c69beaf8604ff1 (patch) | |
tree | 8ddf191c7c84e4f3a6e328b933b68c1cb5dc20ed /sys-libs/libraw1394/files | |
parent | version bump (bug #81760) (diff) | |
download | gentoo-2-cea52872179ba8a896e0b69de0c69beaf8604ff1.tar.gz gentoo-2-cea52872179ba8a896e0b69de0c69beaf8604ff1.tar.bz2 gentoo-2-cea52872179ba8a896e0b69de0c69beaf8604ff1.zip |
old
Diffstat (limited to 'sys-libs/libraw1394/files')
-rw-r--r-- | sys-libs/libraw1394/files/digest-libraw1394-0.9.0 | 1 | ||||
-rw-r--r-- | sys-libs/libraw1394/files/libraw_gcc33_fix | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/sys-libs/libraw1394/files/digest-libraw1394-0.9.0 b/sys-libs/libraw1394/files/digest-libraw1394-0.9.0 deleted file mode 100644 index a7655a2b065a..000000000000 --- a/sys-libs/libraw1394/files/digest-libraw1394-0.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 56fc0bc6f00efdebb635dcc52d91f7bc libraw1394_0.9.0.tar.gz 181971 diff --git a/sys-libs/libraw1394/files/libraw_gcc33_fix b/sys-libs/libraw1394/files/libraw_gcc33_fix deleted file mode 100644 index a1467e7535aa..000000000000 --- a/sys-libs/libraw1394/files/libraw_gcc33_fix +++ /dev/null @@ -1,25 +0,0 @@ ---- libraw1394-0.9.0-orig/src/testlibraw.c 2001-01-27 04:26:32.000000000 +0200 -+++ libraw1394-0.9.0/src/testlibraw.c 2003-08-17 20:05:02.000000000 +0300 -@@ -19,14 +19,14 @@ - - #define TESTADDR (CSR_REGISTER_BASE + CSR_CYCLE_TIME) - --const char not_compatible[] = "\ --This libraw1394 does not work with your version of Linux. You need a different --version that matches your kernel (see kernel help text for the raw1394 option to --find out which is the correct version).\n"; -- --const char not_loaded[] = "\ --This probably means that you don't have raw1394 support in the kernel or that --you haven't loaded the raw1394 module.\n"; -+const char not_compatible[] = \ -+"This libraw1394 does not work with your version of Linux. You need a different "\ -+"version that matches your kernel (see kernel help text for the raw1394 option to "\ -+"find out which is the correct version).\n"; -+ -+const char not_loaded[] = \ -+"This probably means that you don't have raw1394 support in the kernel or that " \ -+"you haven't loaded the raw1394 module.\n"; - - quadlet_t buffer; - |