diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-06 20:56:35 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-06 20:56:35 +0000 |
commit | d66d7fcef5ea61bebf891c7c3360694bbeb3ca4e (patch) | |
tree | 35b0cb9abff470bb458464c4f698e3f9190d22b2 /graphics | |
parent | 4874aab5c4beedc607fd0e8bacf80c44409f68fe (diff) | |
download | pkgsrc-d66d7fcef5ea61bebf891c7c3360694bbeb3ca4e.tar.gz |
Somehow forgot to commit those? make them apply again...
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane/patches/patch-aa | 20 | ||||
-rw-r--r-- | graphics/sane/patches/patch-ac | 12 |
2 files changed, 16 insertions, 16 deletions
diff --git a/graphics/sane/patches/patch-aa b/graphics/sane/patches/patch-aa index ad770f64cc6..39cb72f4963 100644 --- a/graphics/sane/patches/patch-aa +++ b/graphics/sane/patches/patch-aa @@ -1,5 +1,5 @@ ---- backend/Makefile.in.orig Thu Apr 30 05:54:27 1998 -+++ backend/Makefile.in Thu Apr 30 05:55:10 1998 +--- backend/Makefile.in.orig Fri Jul 24 07:06:49 1998 ++++ backend/Makefile.in Thu Aug 6 22:49:14 1998 @@ -75,7 +75,7 @@ %-s.c: $(srcdir)/stubs.c @@ -9,14 +9,14 @@ # Don't delete any intermediate files. .PRECIOUS: %-s.c %-s.lo %.lo dll-preload.c -@@ -92,8 +92,8 @@ - @$(LIBTOOL) $(MINST) --finish $(libdir) +@@ -99,8 +99,8 @@ + done rm -f $(libdir)/libsane.a $(libdir)/libsane.so \ $(libdir)/libsane.so.$(V_MAJOR)* -- ln -s libsane-dll.a $(libdir)/libsane.a -- ln -s libsane-dll.so $(libdir)/libsane.so -+ ln -sf libsane-dll.a $(libdir)/libsane.a -+ ln -sf libsane-dll.so $(libdir)/libsane.so - @cd $(libdir) && for n in libsane-dll.so.$(V_MAJOR)*; do \ +- ln -s sane/libsane-dll.a $(libdir)/libsane.a +- ln -s sane/libsane-dll.so $(libdir)/libsane.so ++ ln -sf sane/libsane-dll.a $(libdir)/libsane.a ++ ln -sf sane/libsane-dll.so $(libdir)/libsane.so + @cd $(libsanedir) && for n in libsane-dll.so.$(V_MAJOR)*; do \ nn=`echo $$n | sed 's,^libsane-dll,libsane,'`; \ - ln -s $$n $$nn; \ + (cd ..; ln -s sane/$$n $$nn); \ diff --git a/graphics/sane/patches/patch-ac b/graphics/sane/patches/patch-ac index daacbd9e5cd..65428673b19 100644 --- a/graphics/sane/patches/patch-ac +++ b/graphics/sane/patches/patch-ac @@ -1,11 +1,11 @@ ---- frontend/Makefile.in-orig Wed Nov 5 08:36:47 1997 -+++ frontend/Makefile.in Sun May 3 19:56:31 1998 +--- frontend/Makefile.in.orig Fri May 15 08:18:10 1998 ++++ frontend/Makefile.in Thu Aug 6 22:51:32 1998 @@ -28,7 +28,7 @@ CC = @CC@ INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include \ -- -I/usr/local/include -+ -I/usr/local/include -I${prefix}/lib/glib/include +- @INCLUDES@ ++ @INCLUDES@ -I${prefix}/lib/glib/include + DEFS = @DEFS@ CPPFLAGS = @CPPFLAGS@ - CFLAGS = @CFLAGS@ - LDFLAGS = @LDFLAGS@ + CFLAGS = @CFLAGS@ @GTK_CFLAGS@ |