Add -D_LCONV_C99 on SunOS to pick up extended lconv support.
This commit is contained in:
parent
4d1fb73809
commit
eabd23667b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue