summaryrefslogtreecommitdiff
path: root/graphics/glitz
diff options
context:
space:
mode:
authorminskim <minskim>2006-07-25 19:19:27 +0000
committerminskim <minskim>2006-07-25 19:19:27 +0000
commit8fb59bc17fc84f335ba9a51f519df6056f3e8a0d (patch)
tree898f49146f87c43cf8a665efca7bb1aae62911b4 /graphics/glitz
parent8ef4275683b55955f5a468e749c4f8e1d2bb67e8 (diff)
downloadpkgsrc-8fb59bc17fc84f335ba9a51f519df6056f3e8a0d.tar.gz
Link glitz-agl with the AGL framework, so that applications using this
library will not have "undefined symbols" errors in linking. Bump PKGREVISION.
Diffstat (limited to 'graphics/glitz')
-rw-r--r--graphics/glitz/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile
index 97a310dcf57..d6518aa1bd5 100644
--- a/graphics/glitz/Makefile
+++ b/graphics/glitz/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2006/07/23 03:42:43 minskim Exp $
+# $NetBSD: Makefile,v 1.20 2006/07/25 19:19:27 minskim Exp $
DISTNAME= glitz-0.5.6
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
@@ -15,6 +16,7 @@ PKGCONFIG_OVERRIDE= src/agl/glitz-agl.pc.in src/glx/glitz-glx.pc.in \
.if exists(/System/Library/Frameworks/AGL.framework)
PLIST_SUBST+= AGL=""
+CONFIGURE_ENV+= AGL_LIBS="-framework AGL"
.else
PLIST_SUBST+= AGL="@comment "
.endif