pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairo Added -lsunmath for SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/178b60c5c540
branches:  trunk
changeset: 501700:178b60c5c540
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 26 11:45:30 2005 +0000

description:
Added -lsunmath for SunOS.

diffstat:

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

diffs (18 lines):

diff -r 3a05d90e037d -r 178b60c5c540 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Wed Oct 26 10:31:55 2005 +0000
+++ b/graphics/cairo/Makefile   Wed Oct 26 11:45:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/10/06 18:46:59 drochner Exp $
+# $NetBSD: Makefile,v 1.27 2005/10/26 11:45:30 rillig Exp $
 
 DISTNAME=      cairo-1.0.2
 CATEGORIES=    graphics
@@ -22,6 +22,8 @@
 
 .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