diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-22 09:15:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-22 09:15:07 +0000 |
commit | 0815c29a4a327e57409984eb71254675704c19ec (patch) | |
tree | f57b2b4778af2006150b4b94ec510a371a5654a7 /graphics/sane-frontends/files/patch-ac | |
parent | Upgrade to 1.0.4, (diff) |
Upgrade to 1.0.4.
PR: ports/24931
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=40195
Diffstat (limited to 'graphics/sane-frontends/files/patch-ac')
-rw-r--r-- | graphics/sane-frontends/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/sane-frontends/files/patch-ac b/graphics/sane-frontends/files/patch-ac deleted file mode 100644 index f80c92526370..000000000000 --- a/graphics/sane-frontends/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 \ |