diff options
Diffstat (limited to 'chat/telepathy-logger/Makefile')
-rw-r--r-- | chat/telepathy-logger/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile index d73fa2ceca1..aa743666bb5 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/02/06 12:39:38 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/02/16 16:07:09 hans Exp $ # DISTNAME= telepathy-logger-0.2.7 @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake gsed intltool msgfmt +CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 + PKGCONFIG_OVERRIDE+= extensions/tpl-extensions.pc.in PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in |