summaryrefslogtreecommitdiff
path: root/textproc/hunspell
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-08-27 22:11:20 +0000
committerrichard <richard@pkgsrc.org>2013-08-27 22:11:20 +0000
commit0ace76b0c08c065e09bcc6d06767510ecf2db9e2 (patch)
treefb8595b8ed43093818dd37155a56b6a121bceb17 /textproc/hunspell
parent114ddf400de4fe4d6c773e4662ab56595aabd8c0 (diff)
downloadpkgsrc-0ace76b0c08c065e09bcc6d06767510ecf2db9e2.tar.gz
solaris fix for wide-curses build of hunspell
Diffstat (limited to 'textproc/hunspell')
-rw-r--r--textproc/hunspell/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/hunspell/options.mk b/textproc/hunspell/options.mk
index 69ba6908912..80533936c13 100644
--- a/textproc/hunspell/options.mk
+++ b/textproc/hunspell/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2012/02/13 14:42:59 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2013/08/27 22:11:20 richard Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hunspell
PKG_SUPPORTED_OPTIONS= wide-curses
@@ -17,6 +17,7 @@ USE_NCURSES= yes
.else
. if !empty(PKG_OPTIONS:Mwide-curses)
. include "../../devel/ncursesw/buildlink3.mk"
+CPPFLAGS.SunOS+= -D_XPG6
. else
. include "../../devel/ncurses/buildlink3.mk"
. endif