For the bwk_20030314 version, we have to -DHAS_ISBLANK now.
Oh how I wish the author had accepted my "#ifndef isblank" patch instead.
This commit is contained in:
parent
3a147e6d81
commit
82e3b82014
@ -6,7 +6,7 @@ AWKSRC= ${.CURDIR}/../../contrib/one-true-awk
|
||||
PROG= nawk
|
||||
SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c ytab.h
|
||||
|
||||
CFLAGS+= -I. -I${AWKSRC}
|
||||
CFLAGS+= -DHAS_ISBLANK -I. -I${AWKSRC}
|
||||
|
||||
DPADD= ${LIBM}
|
||||
LDADD= -lm
|
||||
|
Loading…
Reference in New Issue
Block a user