diff options
author | hubertf <hubertf> | 1999-04-17 01:27:28 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-04-17 01:27:28 +0000 |
commit | 77d119692b3028852ecfac2d190c1e7fa41412d9 (patch) | |
tree | a091dffc1e38aaf531b5286f6ccc28ab437953f8 /graphics/xsane | |
parent | cfb8d9311080789749491370d1883a61338c944b (diff) | |
download | pkgsrc-77d119692b3028852ecfac2d190c1e7fa41412d9.tar.gz |
Actually link in libsane.
Diffstat (limited to 'graphics/xsane')
-rw-r--r-- | graphics/xsane/patches/patch-ac | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/xsane/patches/patch-ac b/graphics/xsane/patches/patch-ac index 2a0ea6b42de..aef2218001c 100644 --- a/graphics/xsane/patches/patch-ac +++ b/graphics/xsane/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/04/06 05:57:31 rh Exp $ +$NetBSD: patch-ac,v 1.2 1999/04/17 01:27:28 hubertf Exp $ --- frontend/Makefile.in.orig Thu Mar 25 16:42:21 1999 -+++ frontend/Makefile.in Mon Apr 5 19:46:35 1999 -@@ -29,7 +29,7 @@ ++++ frontend/Makefile.in Sat Apr 17 03:11:52 1999 +@@ -29,16 +29,16 @@ CC = @CC@ INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include \ @@ -11,7 +11,9 @@ $NetBSD: patch-ac,v 1.1.1.1 1999/04/06 05:57:31 rh Exp $ DEFS = @DEFS@ CPPFLAGS = @CPPFLAGS@ CFLAGS = @CFLAGS@ -@@ -38,7 +38,7 @@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -L${X11BASE}/lib -lsane GTK_LIBS = @GTK_LIBS@ GIMP_LIBS = @GIMP_LIBS@ |