1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00: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:
Ion-Mihai Tetcu 2009-03-16 10:14:35 +00:00
parent 4c32aa4c4d
commit 71da70ada5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230209

View File

@ -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