diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-25 19:19:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-25 19:19:27 +0000 |
commit | 3269498510810e1c63e1f71b4bbe70a4d0e9c90b (patch) | |
tree | 898f49146f87c43cf8a665efca7bb1aae62911b4 /graphics | |
parent | 8d850f25596d5bb71b0cfdc1d1f73f6642dfdc74 (diff) | |
download | pkgsrc-3269498510810e1c63e1f71b4bbe70a4d0e9c90b.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/Makefile | 4 |
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 |