Fix build on CURRENT using m4 -g instead of m4
Approved by: johans
This commit is contained in:
parent
91b4ed8d8a
commit
038af1db6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287629
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ MAN1= pike.1
|
|||
|
||||
CFLAGS+= -ffast-math -fomit-frame-pointer
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS+=${PTHREAD_CFLAGS}
|
||||
CONFIGURE_ENV= CPPFLAGS+=${PTHREAD_CFLAGS} M4="/usr/bin/m4 -g"
|
||||
CONFIGURE_ARGS+= --without-debug \
|
||||
--with-thread-library=${PTHREAD_LIBS} \
|
||||
--with-double-precision \
|
||||
|
|
Loading…
Reference in a new issue