diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-04-17 01:27:28 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-04-17 01:27:28 +0000 |
commit | ffa8571aa9edc03ec95c4aa72a70ae72e12c5312 (patch) | |
tree | a091dffc1e38aaf531b5286f6ccc28ab437953f8 /graphics/xsane | |
parent | 64032fdf6926969d5ab20261b855949ade53461a (diff) | |
download | pkgsrc-ffa8571aa9edc03ec95c4aa72a70ae72e12c5312.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@ |