diff options
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index ba3be3f0d39..5ab19011b69 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -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 @@ PLIST.carbon= yes 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 |