diff options
-rw-r--r-- | graphics/imlib2/distinfo | 3 | ||||
-rw-r--r-- | graphics/imlib2/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/imlib2/distinfo b/graphics/imlib2/distinfo index 6db835b6301..46841ad4684 100644 --- a/graphics/imlib2/distinfo +++ b/graphics/imlib2/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/08/16 10:49:52 rh Exp $ +$NetBSD: distinfo,v 1.2 2001/11/14 23:17:10 enami Exp $ SHA1 (imlib2-1.0.3.tar.gz) = ca0cc0285af6e38e41d26c0b379d09c95e7f1f45 Size (imlib2-1.0.3.tar.gz) = 688197 bytes SHA1 (patch-aa) = 41fab46215fb0c4ca305ba2c958990589279a073 +SHA1 (patch-ab) = 262216bcafefa06885eea24999547cef82ee6744 diff --git a/graphics/imlib2/patches/patch-ab b/graphics/imlib2/patches/patch-ab new file mode 100644 index 00000000000..7f62f9c3d53 --- /dev/null +++ b/graphics/imlib2/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2001/11/14 23:17:10 enami Exp $ + +--- loaders/Makefile.in.orig Sun Apr 29 14:54:41 2001 ++++ loaders/Makefile.in +@@ -93,7 +93,7 @@ + # A list of all the files in the current directory which can be regenerated + MAINTAINERCLEANFILES = Makefile.in + +-LDFLAGS = -L/usr/X11R6/lib -L$(top_srcdir)/src ++LDFLAGS = @LDFLAGS@ -L$(top_srcdir)/src + INCLUDES = -I/usr/X11R6/include -I$(top_srcdir)/libltdl $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/loaders + + |