pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98dd5f24eead
branches:  trunk
changeset: 394505:98dd5f24eead
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 11 07:23:24 2009 +0000

description:
Fix .pc file. Bump PKGREVISION.

diffstat:

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

diffs (30 lines):

diff -r 9fde6c947d58 -r 98dd5f24eead graphics/glut/Makefile
--- a/graphics/glut/Makefile    Thu Jun 11 07:21:07 2009 +0000
+++ b/graphics/glut/Makefile    Thu Jun 11 07:23:24 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2008/04/24 07:40:24 bjs Exp $
+# $NetBSD: Makefile,v 1.51 2009/06/11 07:23:24 wiz Exp $
 
 PKGNAME=       glut-${MESA_PKGVERSION}
+PKGREVISION=   1
 COMMENT=       GLUT Graphics library similar to SGI's OpenGL
 
 CONFLICTS+=    Mesa-glx-[0-9]*
@@ -8,6 +9,10 @@
 
 MESA_HEADERS=  glut.h glutf90.h
 
+PKGCONFIG_OVERRIDE+=    src/glut/glx/glut.pc.in
+# no configure stage
+PKGCONFIG_OVERRIDE_STAGE=       pre-build
+
 .include "../../graphics/Mesa/Makefile.lib"
 
 BUILDLINK_API_DEPENDS.MesaLib+=        MesaLib>=${MESA_PKGVERSION}
@@ -23,4 +28,6 @@
 ###    XXX why is this needed?
        mkdir -p ${WRKSRC}/src/glut/lib
 
+# no configure phase
+.include "../../mk/configure/pkg-config-override.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index