diff options
author | recht <recht> | 2005-03-25 10:10:31 +0000 |
---|---|---|
committer | recht <recht> | 2005-03-25 10:10:31 +0000 |
commit | 200181a8456dd0afc4462ffb8602319cbc16f53b (patch) | |
tree | 49fb51f048e6f62c321b5d5aa5a7bb61020e7123 /graphics/glitz | |
parent | a326e98afd9deb0bab1102024a64f25fb8e09ea1 (diff) | |
download | pkgsrc-200181a8456dd0afc4462ffb8602319cbc16f53b.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')
-rw-r--r-- | graphics/glitz/Makefile | 5 |
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" |