FreeBSD Port: gle-3.1.0_2 - with non-standard X11BASE and LOCALBASE

David P. Discher dpd at dpdtech.com
Wed May 20 00:19:24 UTC 2009


With the following defined :

	X11BASE=/home/opt
	LOCALBASE=/home/opt
	LINUXBASE=/home/opt/compat/linux
	PREFIX=/home/opt

The graphics/gle port's configure fails to find the X11 libs and  
includes. Adding the following lines to the port allowed the port to  
be built correctly :

CONFIGURE_ARGS+= --prefix=${LOCALBASE} \
	--x-includes=${LOCALBASE}/include \
	--x-libraries=${LOCALBASE}/lib


Can the gle's Makefile be updated with this or a similar fix ?

Thanks !



-----------------------------------------------------------------------
David P. Discher  * <http://davidpdischer.com/>     * C: 408.368.3725
<dpd at dpdtech.com> *  AIM: DavidDPD | Y!M: daviddpdz * H: 408.541.0159
-----------------------------------------------------------------------





More information about the freebsd-ports mailing list