Fix NetBSD and non-ncurses build. Simplify CPPFLAGS.
This commit is contained in:
parent
003ac6cca4
commit
f25e283f21
9 changed files with 3513 additions and 50 deletions
|
|
@ -12,9 +12,7 @@ VPATH = @top_srcdir@
|
|||
|
||||
CC = @CC@
|
||||
MAKEDEPEND = @CC@ -M
|
||||
# _GNU_SOURCE is required for wcsdup() on older version of glibc that don't
|
||||
# implement XPG7.
|
||||
CPPFLAGS = @CPPFLAGS@ -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -D__EXTENSIONS__
|
||||
CPPFLAGS = @CPPFLAGS@ -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED
|
||||
CFLAGS = @CFLAGS@ -I@top_srcdir@ -I@top_builddir@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue