diff options
author | waldemar brodkorb <wbx@debian-lenny-amd64.foo.bar> | 2010-01-19 21:14:16 +0100 |
---|---|---|
committer | waldemar brodkorb <wbx@debian-lenny-amd64.foo.bar> | 2010-01-19 21:14:16 +0100 |
commit | dd181acc1ac0c1e7dc9db85da30bd8522a95773d (patch) | |
tree | 08396068cfd74178f725d4b096a321d54ae8a53e /package/sane-backends | |
parent | fc4027a2b4f5a9384e8552b8dd515e53aae9444c (diff) | |
parent | a903c4fefdc19bb838e808146c6aa1a32296e4cb (diff) |
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/sane-backends')
-rw-r--r-- | package/sane-backends/Makefile | 1 | ||||
-rw-r--r-- | package/sane-backends/patches/patch-configure | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/package/sane-backends/Makefile b/package/sane-backends/Makefile index 445e50899..abb31e847 100644 --- a/package/sane-backends/Makefile +++ b/package/sane-backends/Makefile @@ -153,6 +153,7 @@ $(eval $(call PKG_mod_template,SANE_BACKEND_UMAX1220U,umax1220u)) $(eval $(call PKG_mod_template,SANE_BACKEND_UMAX_PP,umax_pp)) $(eval $(call PKG_mod_template,SANE_BACKEND_UMAX,umax)) +CONFIGURE_ENV+= ac_cv_func_ioperm=no CONFIGURE_STYLE:= gnu CONFIGURE_ARGS+= --disable-translations \ --without-gphoto2 \ diff --git a/package/sane-backends/patches/patch-configure b/package/sane-backends/patches/patch-configure new file mode 100644 index 000000000..927e3a8ab --- /dev/null +++ b/package/sane-backends/patches/patch-configure @@ -0,0 +1,11 @@ +--- sane-backends-1.0.20.orig/configure 2009-05-03 18:59:22.000000000 +0200 ++++ sane-backends-1.0.20/configure 2010-01-14 19:51:31.000000000 +0100 +@@ -34117,7 +34117,7 @@ ALL_BACKENDS="abaton agfafocus apple art + hp5590 hpsj5s hpljm1005 hs2p ibm leo lexmark ma1509 \ + matsushita microtek microtek2 mustek mustek_pp \ + mustek_usb mustek_usb2 nec net niash pie pint \ +- pixma plustek plustek_pp qcam ricoh rts8891 s9036 \ ++ pixma plustek plustek_pp ricoh rts8891 s9036 \ + sceptre sharp sm3600 sm3840 snapscan sp15c st400 \ + stv680 tamarack teco1 teco2 teco3 test u12 umax + umax_pp umax1220u v4l xerox_mfp" |