pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glu Fix .pc file. Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e40e92f080c9
branches:  trunk
changeset: 394488:e40e92f080c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 10 17:33:34 2009 +0000

description:
Fix .pc file. Bump PKGREVISION.

diffstat:

 graphics/glu/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r f93b803ded39 -r e40e92f080c9 graphics/glu/Makefile
--- a/graphics/glu/Makefile     Wed Jun 10 17:28:20 2009 +0000
+++ b/graphics/glu/Makefile     Wed Jun 10 17:33:34 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2008/07/27 00:03:42 bjs Exp $
+# $NetBSD: Makefile,v 1.54 2009/06/10 17:33:34 wiz Exp $
 
 PKGNAME=       glu-${MESA_PKGVERSION}
+PKGREVISION=   1
 COMMENT=       GLU polygon tessellation facility for Mesa
 
 CONFLICTS+=    Mesa-glx-[0-9]*
@@ -8,6 +9,10 @@
 
 MESA_HEADERS=  glu.h glu_mangle.h
 
+PKGCONFIG_OVERRIDE+=    src/glu/glu.pc.in
+# no configure stage
+PKGCONFIG_OVERRIDE_STAGE=       pre-build
+
 .include "../../graphics/Mesa/Makefile.lib"
 
 BUILDLINK_API_DEPENDS.MesaLib+=        MesaLib>=${MESA_VERSION}
@@ -20,4 +25,6 @@
 pre-build:
        cd ${WRKSRC} && ${RM} -fr src/glx src/mesa src/glut src/glw progs
 
+# no configure phase
+.include "../../mk/configure/pkg-config-override.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index