diff options
author | tnn <tnn@pkgsrc.org> | 2008-04-28 15:09:16 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-04-28 15:09:16 +0000 |
commit | f0cf6d2cf4d91eae476c62e231b9e466690fad79 (patch) | |
tree | f0b73b3bd9220e3a83265775e6723a1a2b8dba98 /graphics | |
parent | 0031a225b030c918803d3ec2c83d64b89c72d7a0 (diff) | |
download | pkgsrc-f0cf6d2cf4d91eae476c62e231b9e466690fad79.tar.gz |
Needs -D_POSIX_PTHREAD_SEMANTICS on Solaris 10. (PR pkg/38509)
Diffstat (limited to 'graphics')
-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 |