Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 05:48:34 +1000
From:      gekkojnr <gekkojnr@bigpond.com>
To:        gnome@freebsd.org
Subject:   py-cairo port Makefile fix
Message-ID:  <20131003194834.E8YWE.27970.root@nschwwebs01p>

next in thread | raw e-mail | index | archive | help
The py-cairo port has a broken Makefile as of revision 329049:

do-configure:
        cd ${WRKSRC} && ${ENV} ${CONFIGURE_ENV} ./waf configure


ENV should be SETENV.

On shells that have ENV set to, e.g., ~/.shrc, the configure stage will fail, but
shells without ENV set will presumably proceed silently.

Cheers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131003194834.E8YWE.27970.root>