patches/sane-backends-01-disable-saned.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 180 c902087536d3
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
180
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     1
diff -Nur sane-backends-1.0.18/backend/Makefile.in sane-backends-1.0.18-new/backend/Makefile.in
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     2
--- sane-backends-1.0.18/backend/Makefile.in	2006-06-11 19:10:59.000000000 +0800
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     3
+++ sane-backends-1.0.18-new/backend/Makefile.in	2007-02-26 16:21:41.921609000 +0800
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     4
@@ -73,7 +73,7 @@
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     5
 ALL_BACKENDS = $(PRELOADABLE_BACKENDS) dll
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     6
 
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     7
 LIBS = $(addprefix libsane-,$(addsuffix .la,$(ALL_BACKENDS)))
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     8
-CONFIGS = $(addsuffix .conf,$(ALL_BACKENDS)) saned.conf
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
     9
+CONFIGS = $(addsuffix .conf,$(ALL_BACKENDS)) # saned.conf
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    10
 
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    11
 EXTRA = sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_config.lo
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    12
 
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    13
diff -Nur sane-backends-1.0.18/configure sane-backends-1.0.18-new/configure
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    14
--- sane-backends-1.0.18/configure	2006-07-03 06:22:09.000000000 +0800
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    15
+++ sane-backends-1.0.18-new/configure	2007-02-26 16:21:42.062457000 +0800
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    16
@@ -28945,7 +28945,7 @@
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    17
   echo "*** disabling saned (sys/socket.h not found)"
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    18
   SANED=
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    19
 else
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    20
-  SANED=saned
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    21
+  SANED=
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    22
 fi
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    23
 
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    24
 
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    25
diff -Nur sane-backends-1.0.18/frontend/Makefile.in sane-backends-1.0.18-new/frontend/Makefile.in
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    26
--- sane-backends-1.0.18/frontend/Makefile.in	2005-10-29 22:39:30.000000000 +0800
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    27
+++ sane-backends-1.0.18-new/frontend/Makefile.in	2007-02-26 16:22:07.444012000 +0800
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    28
@@ -76,7 +76,7 @@
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    29
 	  $(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) $${program} \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    30
 	    $(DESTDIR)$(bindir)/$${program}; \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    31
 	done
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    32
-	@for program in $(SBINPROGS); do \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    33
+	@list="$(SBINPROGS)"; for program in $$list; do \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    34
 	  $(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) $${program} \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    35
 	    $(DESTDIR)$(sbindir)/$${program}; \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    36
 	done
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    37
@@ -85,7 +85,7 @@
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    38
 	@for program in $(BINPROGS); do \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    39
 	  rm -f $(bindir)/$${program}; \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    40
 	done
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    41
-	@for program in $(SBINPROGS); do \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    42
+	@list="$(SBINPROGS)"; for program in $$list; do \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    43
 	  rm -f $(sbindir)/$${program}; \
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    44
 	done
c902087536d3 2007-03-20 simon.zheng <[email protected]>
simonzheng
parents:
diff changeset
    45