pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glitz Link glitz-agl with the AGL framework, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bee9e54bbbc6
branches:  trunk
changeset: 516687:bee9e54bbbc6
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jul 25 19:19:27 2006 +0000

description:
Link glitz-agl with the AGL framework, so that applications using this
library will not have "undefined symbols" errors in linking.

Bump PKGREVISION.

diffstat:

 graphics/glitz/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r e986f588e4ba -r bee9e54bbbc6 graphics/glitz/Makefile
--- a/graphics/glitz/Makefile   Tue Jul 25 18:04:25 2006 +0000
+++ b/graphics/glitz/Makefile   Tue Jul 25 19:19:27 2006 +0000
@@ -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 @@
 
 .if exists(/System/Library/Frameworks/AGL.framework)
 PLIST_SUBST+=  AGL=""
+CONFIGURE_ENV+=        AGL_LIBS="-framework AGL"
 .else
 PLIST_SUBST+=  AGL="@comment "
 .endif



Home | Main Index | Thread Index | Old Index