pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glitz USE_X11 and include mk/pthread.buildlin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fd213eff61d
branches:  trunk
changeset: 474682:9fd213eff61d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon May 03 23:03:21 2004 +0000

description:
USE_X11 and include mk/pthread.buildlink3.mk to make sure the package
finds the necessary include files.

diffstat:

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

diffs (19 lines):

diff -r 96d7000d3b16 -r 9fd213eff61d graphics/glitz/Makefile
--- a/graphics/glitz/Makefile   Mon May 03 23:00:20 2004 +0000
+++ b/graphics/glitz/Makefile   Mon May 03 23:03:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/27 12:11:43 adam Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/03 23:03:21 kristerw Exp $
 
 DISTNAME=      glitz-0.1.0
 CATEGORIES=    graphics
@@ -12,7 +12,8 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    glitz-agl.pc.in glitz-glx.pc.in glitz.pc.in
+USE_X11=               yes
 
 .include "../../graphics/MesaLib/buildlink3.mk"
-
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index