Put back -I${.CURDIR}/readline in Makefile.
The sources are just broken and given that an extra -I flag is going to be needed it may as well be as above to guarantee that the library will build.
This commit is contained in:
parent
3b7e1fa300
commit
8e2c96f286
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1707
@ -1,7 +1,7 @@
|
||||
# $Id: Makefile,v 1.10 1994/05/27 10:51:31 csgr Exp $
|
||||
# $Id: Makefile,v 1.11 1994/06/10 07:35:49 ache Exp $
|
||||
|
||||
|
||||
CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER \
|
||||
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/readline -DVOID_SIGHANDLER \
|
||||
-DHAVE_UNISTD_H -DHAVE_STRING_H -DHAVE_STDLIB_H -DHAVE_VARARGS_H \
|
||||
-DFreeBSD
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user