From eabd23667ba4e7518503d90925426351e42d945f Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 21 Aug 2013 19:53:42 +0000 Subject: Add -D_LCONV_C99 on SunOS to pick up extended lconv support. --- math/qalculate/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/qalculate') diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index e5bf1e59431..15406492a45 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2013/07/15 02:02:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2013/08/21 19:53:42 jperkin Exp $ DISTNAME= libqalculate-0.9.7 PKGNAME= qalculate-0.9.7 @@ -26,6 +26,8 @@ SUBST_STAGE.pthread= post-patch PTHREAD_AUTO_VARS= yes +CFLAGS.SunOS+= -D_LCONV_C99 + pre-configure: ${RUN} cd ${WRKSRC}; autoconf -- cgit v1.2.3