summaryrefslogtreecommitdiff
path: root/graphics/glitz/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2005-03-25 10:10:31 +0000
committerrecht <recht@pkgsrc.org>2005-03-25 10:10:31 +0000
commit8833df0e3209ebfc8c8788d68a46529e4f9c6833 (patch)
tree49fb51f048e6f62c321b5d5aa5a7bb61020e7123 /graphics/glitz/Makefile
parent3398511247eb70bf8501d8798b4c29b5a93d2f38 (diff)
downloadpkgsrc-8833df0e3209ebfc8c8788d68a46529e4f9c6833.tar.gz
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 (limited to 'graphics/glitz/Makefile')
-rw-r--r--graphics/glitz/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile
index c8cc4944b4f..dfebad61a43 100644
--- a/graphics/glitz/Makefile
+++ b/graphics/glitz/Makefile
@@ -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 @@ GNU_CONFIGURE= yes
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"