diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-08-21 19:53:42 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-08-21 19:53:42 +0000 |
commit | 88a8b0a20400a2474f06ea7fdcb2ef60f2e3db2c (patch) | |
tree | 654009f5c6a3f6b5a846a0dd54c9f1ea967033a8 /math | |
parent | 2aab86349ce928c9f7bc5833da11879935498bee (diff) | |
download | pkgsrc-88a8b0a20400a2474f06ea7fdcb2ef60f2e3db2c.tar.gz |
Add -D_LCONV_C99 on SunOS to pick up extended lconv support.
Diffstat (limited to 'math')
-rw-r--r-- | math/qalculate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |