pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/imlib2 Fix imlib2-config output to include -W...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2dc0be998a99
branches: trunk
changeset: 490529:2dc0be998a99
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 14 15:46:18 2005 +0000
description:
Fix imlib2-config output to include -Wl,-R. Bump PKGREVISION.
diffstat:
graphics/imlib2/Makefile | 4 ++--
graphics/imlib2/distinfo | 3 ++-
graphics/imlib2/patches/patch-aa | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (42 lines):
diff -r 3eb3517a9d20 -r 2dc0be998a99 graphics/imlib2/Makefile
--- a/graphics/imlib2/Makefile Mon Mar 14 15:34:57 2005 +0000
+++ b/graphics/imlib2/Makefile Mon Mar 14 15:46:18 2005 +0000
@@ -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 -r 3eb3517a9d20 -r 2dc0be998a99 graphics/imlib2/distinfo
--- a/graphics/imlib2/distinfo Mon Mar 14 15:34:57 2005 +0000
+++ b/graphics/imlib2/distinfo Mon Mar 14 15:46:18 2005 +0000
@@ -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 -r 3eb3517a9d20 -r 2dc0be998a99 graphics/imlib2/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/imlib2/patches/patch-aa Mon Mar 14 15:46:18 2005 +0000
@@ -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
+
Home |
Main Index |
Thread Index |
Old Index