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 | 620be859599d4b702993370596009a6b161aa076 (patch) | |
tree | f0b73b3bd9220e3a83265775e6723a1a2b8dba98 /graphics/cairo | |
parent | 8e0349434d73948305265e26bac77aed4a756c40 (diff) | |
download | pkgsrc-620be859599d4b702993370596009a6b161aa076.tar.gz |
Needs -D_POSIX_PTHREAD_SEMANTICS on Solaris 10. (PR pkg/38509)
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 |