diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 15:37:55 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 15:37:55 +0000 |
commit | 11408781fdc0db72c71da68b76cd4d09cb8ec390 (patch) | |
tree | 7e355b79ed81b9ddcd9f7a60feec612022a212f9 /chat/telepathy-farsight | |
parent | 3e9243707514502282718b82aaa2f296bb328b37 (diff) | |
download | pkgsrc-11408781fdc0db72c71da68b76cd4d09cb8ec390.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'chat/telepathy-farsight')
-rw-r--r-- | chat/telepathy-farsight/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile index 8f04f949201..60424d2f2b2 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/02/06 12:39:38 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/02/16 15:39:11 hans Exp $ # DISTNAME= telepathy-farsight-0.0.16 @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config +CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 + PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in PY_PATCHPLIST= yes |