pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/Xrender Fix .pc file to include X11 dir in rpath. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc3ba97af746
branches:  trunk
changeset: 523228:dc3ba97af746
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 03 22:12:25 2007 +0000

description:
Fix .pc file to include X11 dir in rpath. Bump PKGREVISION.

diffstat:

 x11/Xrender/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 59d974378e0d -r dc3ba97af746 x11/Xrender/Makefile
--- a/x11/Xrender/Makefile      Wed Jan 03 21:27:20 2007 +0000
+++ b/x11/Xrender/Makefile      Wed Jan 03 22:12:25 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2006/10/09 12:52:36 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2007/01/03 22:12:25 wiz Exp $
 
 DISTNAME=      libXrender-0.9.0
 PKGNAME=       ${DISTNAME:S/lib//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  http://xlibs.freedesktop.org/release/
 EXTRACT_SUFX=  .tar.bz2
@@ -20,6 +20,7 @@
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 PKGCONFIG_OVERRIDE=    xrender.pc.in
+CONFIGURE_ENV+=                X_LIBS=${X11_LDFLAGS:Q}
 
 .include "../../x11/renderproto/buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"



Home | Main Index | Thread Index | Old Index