pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glitz Fix build on Darwin by explicitly linki...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/523d4f2f1be0
branches:  trunk
changeset: 491535:523d4f2f1be0
user:      recht <recht%pkgsrc.org@localhost>
date:      Fri Mar 25 10:10:31 2005 +0000

description:
Fix build on Darwin by explicitly linking against libXext.
While at it also include x11/xextensions/buildlink3.mk since it is used
directly.
ok'd by adam

diffstat:

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

diffs (19 lines):

diff -r 7e31c2cea863 -r 523d4f2f1be0 graphics/glitz/Makefile
--- a/graphics/glitz/Makefile   Fri Mar 25 09:34:04 2005 +0000
+++ b/graphics/glitz/Makefile   Fri Mar 25 10:10:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/02/09 21:20:03 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/25 10:10:31 recht Exp $
 
 DISTNAME=      glitz-0.4.0
 CATEGORIES=    graphics
@@ -14,6 +14,9 @@
 PKGCONFIG_OVERRIDE=    glitz-agl.pc.in glitz-glx.pc.in glitz.pc.in
 USE_X11=               yes
 
+LIBS.Darwin+=          -lXext
+
 .include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/xextensions/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index