diff options
-rw-r--r-- | graphics/imlib2/Makefile | 4 | ||||
-rw-r--r-- | graphics/imlib2/distinfo | 3 | ||||
-rw-r--r-- | graphics/imlib2/patches/patch-aa | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 95c8285cc5b..dcec22cab59 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2005/03/10 23:39:53 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2005/03/14 15:46:18 wiz Exp $ DISTNAME= imlib2-1.2.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} diff --git a/graphics/imlib2/distinfo b/graphics/imlib2/distinfo index c381c517e7a..f71ff88f3e3 100644 --- a/graphics/imlib2/distinfo +++ b/graphics/imlib2/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.10 2005/03/10 23:39:53 rillig Exp $ +$NetBSD: distinfo,v 1.11 2005/03/14 15:46:18 wiz Exp $ SHA1 (imlib2-1.2.0.tar.gz) = 54f8ef83b0eac3f8e7f2218705e02a425fa73118 RMD160 (imlib2-1.2.0.tar.gz) = 158ed1bd7c59b8d1db2c00db98027d9c5c0abec3 Size (imlib2-1.2.0.tar.gz) = 890457 bytes +SHA1 (patch-aa) = 73e23778f6aaee5de213865aa64f9c5a4af6ba24 SHA1 (patch-ab) = 42529ee0815cbb96ab29ac24a4ebb8eea0c754e2 diff --git a/graphics/imlib2/patches/patch-aa b/graphics/imlib2/patches/patch-aa new file mode 100644 index 00000000000..aa5a5c53b6a --- /dev/null +++ b/graphics/imlib2/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.8 2005/03/14 15:46:18 wiz Exp $ + +--- configure.orig 2005-01-08 05:39:10.000000000 +0100 ++++ configure +@@ -20262,7 +20262,7 @@ echo $ECHO_N "checking whether X11 suppo + if test "x$have_x" = "xyes"; then + x_dir="/usr/X11R6"; + x_cflags="-I"$x_dir"/include" +- x_libs="-L"$x_dir"/lib -lX11 -lXext" ++ x_libs="-Wl,-R"$x_dir"/lib -L"$x_dir"/lib -lX11 -lXext" + echo "$as_me:$LINENO: result: enabling X11 support" >&5 + echo "${ECHO_T}enabling X11 support" >&6 + |