mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Despite portlint, CONFIGURE_ENV ain't added in by bsd.port.mk. Restore the old
way. This fixes the failure to find gd.h thus enabling building WITH_CGI. [1] The strange thing is that it doen't fail w/o CONIFGURE_ENV on tindys, only on any other machine. Reported by: Robert Huff, Simon Wright [1]
This commit is contained in:
parent
4c32aa4c4d
commit
71da70ada5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230209
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/sbin \
|
|||
--sysconfdir=${ETCDIR} \
|
||||
--with-serial-dev=/dev/usv
|
||||
|
||||
#CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \
|
||||
# CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \
|
||||
# LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \
|
||||
CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN8= apcupsd.8
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue