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
<d...@dpdtech.com> *  AIM: DavidDPD | Y!M: daviddpdz * H: 408.541.0159
-----------------------------------------------------------------------



_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to