summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-07-25 19:19:27 +0000
committerminskim <minskim@pkgsrc.org>2006-07-25 19:19:27 +0000
commit81212f6d7e98b86d2898f9e4a47de1626b082a1b (patch)
tree898f49146f87c43cf8a665efca7bb1aae62911b4 /graphics
parentf065d908d037622433aa516f7e51660612219392 (diff)
downloadpkgsrc-81212f6d7e98b86d2898f9e4a47de1626b082a1b.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')
-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