diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-29 23:44:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-29 23:44:21 +0000 |
commit | 678717b8da2f33366d13ada3a57c505e0223a0ee (patch) | |
tree | 2865c55bbe7940e660725575f626469eb93d8c35 /graphics/sane-frontends/files/patch-ac | |
parent | Update to version 1.27.2. (diff) |
Update to version 1.0.2.
PR: 18141
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/sane-frontends/files/patch-ac')
-rw-r--r-- | graphics/sane-frontends/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sane-frontends/files/patch-ac b/graphics/sane-frontends/files/patch-ac new file mode 100644 index 000000000000..f80c92526370 --- /dev/null +++ b/graphics/sane-frontends/files/patch-ac @@ -0,0 +1,11 @@ +--- backend/Makefile.in.orig Sun Mar 5 22:40:35 2000 ++++ backend/Makefile.in Wed Apr 19 06:00:00 2000 +@@ -113,7 +113,7 @@ + nn=`echo $$n | sed 's,^libsane-dll,libsane,'`; \ + (cd ..; $(LN_S) sane/$$n $$nn); \ + done || exit 1 +- $(INSTALL_PROGRAM) libsane.la $(libdir)/libsane.la ++ $(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) libsane.la $(libdir)/libsane.la + @list="$(CONFIGS)"; for cfg in $$list; do \ + if test ! -r $(srcdir)/$${cfg}; then continue; fi; \ + if test -f $(configdir)/$${cfg}; then \ |