Files
haikuports/sys-devel/distcc/distcc-3.1-1.build
Adrien Destugues 574085e273 Turn distcc into recipe format.
* Not tested, a bug in haikuporter prevents from building it
 * the tests fail on haiku because a path is hardcoded to /usr/include
in them. an upstream issue has been opened.
2013-10-02 09:00:55 +02:00

6 lines
162 B
Plaintext

cd distcc-3.1
libtoolize --force --copy --install
./autogen.sh
./configure LDFLAGS=-L/boot/common/lib/python2.6/config --prefix=`finddir B_COMMON_DIRECTORY`
make