games/prboom with GL=on fails at configure

Andriy Gapon avg at icyb.net.ua
Thu Nov 15 00:00:50 PST 2007


games/prboom (2.4.7) with GL=on fails at configure, because it can not
find GL headers under /usr/local (i.e. LOCALBASE).

I think this is because of the following:
CONFIGURE_ENV=  CFLAGS+="-I${LOCALBASE}/include" \
                    ^^^^^^
I think this line sets environment variables and there is no += syntax
for that. If I change '+=' to '=' the port builds fine.

-- 
Andriy Gapon


More information about the freebsd-ports mailing list