diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-22 09:13:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-22 09:13:27 +0000 |
commit | 2f976830b245def13610faf6fe0aee6de6ffae20 (patch) | |
tree | 1f03b4f1cd3e373a63edf032059898683ea883d0 /graphics/sane-backends/files/patch-ac | |
parent | Update to 33.t08.d3. (diff) |
Upgrade to 1.0.4,
sane split to 2 ports now, sane-backends and sane-frontends.
PR: ports/24931
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/sane-backends/files/patch-ac')
-rw-r--r-- | graphics/sane-backends/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/sane-backends/files/patch-ac b/graphics/sane-backends/files/patch-ac deleted file mode 100644 index f80c92526370..000000000000 --- a/graphics/sane-backends/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 \ |