summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-02-05 16:23:32 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-02-05 16:23:32 +0000
commit19d8742e12bdedd09f7d86fdd781a99dee8b7f34 (patch)
tree894972697346a19e0128d149dcdf17284d1d6ca4 /gnu/lib/libdialog/Makefile
parentfd821d9b47f2ee1a9524c3c4e451a1137afdd7b9 (diff)
downloadFreeBSD-src-19d8742e12bdedd09f7d86fdd781a99dee8b7f34.zip
FreeBSD-src-19d8742e12bdedd09f7d86fdd781a99dee8b7f34.tar.gz
Enable wide character support in libdialog.
Diffstat (limited to 'gnu/lib/libdialog/Makefile')
-rw-r--r--gnu/lib/libdialog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 5d1c84b..0985d2d 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -12,7 +12,7 @@ SRCS= arrows.c buttons.c calendar.c checklist.c columns.c dlg_keys.c \
INCS= dialog.h dlg_colors.h dlg_config.h dlg_keys.h
MAN= dialog.3
-CFLAGS+= -I${.CURDIR} -I${DIALOG}
+CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED
.PATH: ${DIALOG}
WARNS?= 3
OpenPOWER on IntegriCloud