pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cairo Needs -D_POSIX_PTHREAD_SEMANTICS on Sol...
details: https://anonhg.NetBSD.org/pkgsrc/rev/539d3c2fa2b6
branches: trunk
changeset: 541940:539d3c2fa2b6
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Apr 28 15:09:16 2008 +0000
description:
Needs -D_POSIX_PTHREAD_SEMANTICS on Solaris 10. (PR pkg/38509)
diffstat:
graphics/cairo/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r f32556724794 -r 539d3c2fa2b6 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile Mon Apr 28 14:54:27 2008 +0000
+++ b/graphics/cairo/Makefile Mon Apr 28 15:09:16 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2008/04/22 10:23:09 tron Exp $
+# $NetBSD: Makefile,v 1.63 2008/04/28 15:09:16 tnn Exp $
DISTNAME= cairo-1.6.4
PKGREVISION= 1
@@ -33,8 +33,8 @@
BUILDLINK_API_DEPENDS.glitz+= glitz>=0.5.1
BUILDLINK_API_DEPENDS.pixman+= pixman>=0.10.0
-# For snprintf()
-CPPFLAGS.SunOS+= -D__EXTENSIONS__
+# For snprintf() and ctime_r()
+CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index