diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-10-28 21:50:38 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-10-28 21:50:38 +0000 |
commit | a61724f755c2234b2742d5f90c3c1a00cd4c6b73 (patch) | |
tree | cb9f6f2be4517f477027f31ee4fa4015cf2b8bb2 /sys-apps/gscanbus/files | |
parent | Initial import. (diff) | |
download | historical-a61724f755c2234b2742d5f90c3c1a00cd4c6b73.tar.gz historical-a61724f755c2234b2742d5f90c3c1a00cd4c6b73.tar.bz2 historical-a61724f755c2234b2742d5f90c3c1a00cd4c6b73.zip |
Initial import.
Diffstat (limited to 'sys-apps/gscanbus/files')
-rw-r--r-- | sys-apps/gscanbus/files/digest-gscanbus-0.7.1 | 1 | ||||
-rw-r--r-- | sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/gscanbus/files/digest-gscanbus-0.7.1 b/sys-apps/gscanbus/files/digest-gscanbus-0.7.1 new file mode 100644 index 000000000000..c7e04cb60aa7 --- /dev/null +++ b/sys-apps/gscanbus/files/digest-gscanbus-0.7.1 @@ -0,0 +1 @@ +MD5 313141104991c0660f140200b569d0d2 gscanbus-0.7.1.tgz 159950 diff --git a/sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch b/sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch new file mode 100644 index 000000000000..3d712daea430 --- /dev/null +++ b/sys-apps/gscanbus/files/gscanbus-0.71-gcc33.patch @@ -0,0 +1,19 @@ +--- gscanbus.c 2001-07-11 11:53:51.000000000 +0100 ++++ gscanbus.c.plasmaroo 2003-10-28 21:45:18.000000000 +0000 +@@ -109,14 +109,8 @@ + + static GdkPixmap *pixmap = NULL; + +-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"; + + /*--------------------------------------------------------------------------- + * Drawing routines |