pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairo Bumped PKGREVISION because -lsunmath is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd94769224dd
branches:  trunk
changeset: 502165:fd94769224dd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 03 01:55:04 2005 +0000

description:
Bumped PKGREVISION because -lsunmath is not used on Solaris anymore.

diffstat:

 graphics/cairo/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 22eca4b7fab0 -r fd94769224dd graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Thu Nov 03 01:52:29 2005 +0000
+++ b/graphics/cairo/Makefile   Thu Nov 03 01:55:04 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2005/10/26 11:45:30 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2005/11/03 01:55:04 rillig Exp $
 
 DISTNAME=      cairo-1.0.2
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  http://cairographics.org/releases/
 
@@ -22,8 +23,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-LIBS.SunOS+=           -lsunmath
-
 .if ${OPSYS} == "Darwin" && exists(/System/Library/Frameworks/Quartz.framework)
 CONFIGURE_ARGS+=       --enable-quartz
 PLIST_SUBST+=          QUARTZ=



Home | Main Index | Thread Index | Old Index