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
commit6f70630cfaabcdcb52a757635a2f5386a88d957b (patch)
tree898f49146f87c43cf8a665efca7bb1aae62911b4 /graphics/glitz
parenta951350cba697f06ccb13833edc33a444b2a07c4 (diff)
downloadpkgsrc-6f70630cfaabcdcb52a757635a2f5386a88d957b.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