Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2009 17:19:21 -0700
From:      "David P. Discher" <dpd@dpdtech.com>
To:        ports@dclg.ca
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: gle-3.1.0_2 - with non-standard X11BASE and LOCALBASE
Message-ID:  <2496D001-395C-4E52-B4F5-A1C3D41D52AC@dpdtech.com>

next in thread | raw e-mail | index | archive | help
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@dpdtech.com> *  AIM: DavidDPD | Y!M: daviddpdz * H: 408.541.0159
-----------------------------------------------------------------------






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2496D001-395C-4E52-B4F5-A1C3D41D52AC>