From 9d6db53ecda71ecad1957ebd4db313558f898f0c Mon Sep 17 00:00:00 2001 From: Kacper Kasper Date: Wed, 22 Nov 2017 18:50:49 +0100 Subject: [PATCH] bakefile: fix 64-bit, add missing dependencies. * Fixes #1061. --- dev-util/bakefile/bakefile-0.2.8.recipe | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-util/bakefile/bakefile-0.2.8.recipe b/dev-util/bakefile/bakefile-0.2.8.recipe index c5d714a9f..b166e99d7 100644 --- a/dev-util/bakefile/bakefile-0.2.8.recipe +++ b/dev-util/bakefile/bakefile-0.2.8.recipe @@ -1,19 +1,19 @@ SUMMARY="Native makefiles generator" -DESCRIPTION=" -Bakefile is cross-platform, cross-compiler native makefiles generator. It \ -takes compiler-independent description of build tasks as input and generates \ -native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.)." +DESCRIPTION="Bakefile is cross-platform, cross-compiler native makefiles \ +generator. It takes compiler-independent description of build tasks as input \ +and generates native makefile (autoconf's Makefile.in, Visual C++ project, \ +bcc makefile etc.)." HOMEPAGE="http://www.bakefile.org" COPYRIGHT="2003-2007 Vaclav Slavik" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="http://sourceforge.net/projects/bakefile/files/bakefile/0.2.8/bakefile-0.2.8.tar.gz/download" CHECKSUM_SHA256="e262b5edff1c9126cc32de7d3fcef5b24e997156f91f5a6eeccb45d29522fd1c" PATCHES=" bakefile-0.2.8.patch " -ARCHITECTURES="x86_gcc2 ?x86 !x86_64" +ARCHITECTURES="x86_gcc2 ?x86 x86_64" PROVIDES=" bakefile = $portVersion @@ -21,13 +21,14 @@ PROVIDES=" " REQUIRES=" haiku + cmd:python " BUILD_REQUIRES=" + devel:libpython2.7 " BUILD_PREREQUIRES=" haiku_devel - cmd:python cmd:gcc cmd:make cmd:touch @@ -42,6 +43,7 @@ BUILD() { touch ./ChangeLog libtoolize --force --copy --install + aclocal automake --add-missing autoreconf -i runConfigure ./configure