diff options
author | richard <richard> | 2013-08-27 22:11:20 +0000 |
---|---|---|
committer | richard <richard> | 2013-08-27 22:11:20 +0000 |
commit | 27ee1e2e707f198e18f2fcbc0a27548d75a409de (patch) | |
tree | fb8595b8ed43093818dd37155a56b6a121bceb17 | |
parent | 4a516597b32eb83fb54d2c53fb43d88bf070e79f (diff) | |
download | pkgsrc-27ee1e2e707f198e18f2fcbc0a27548d75a409de.tar.gz |
solaris fix for wide-curses build of hunspell
-rw-r--r-- | textproc/hunspell/options.mk | 3 |
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 |