mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
dumb: fix build.
This commit is contained in:
@@ -9,7 +9,7 @@ SOURCE_URI_2="http://prdownloads.sourceforge.net/dumb/dumb-0.9.3-autotools.tar.g
|
||||
CHECKSUM_SHA256_2="9e3fa1e0932e00e31f2314cefb3ea0343ee4f850b6a8e6a6a9627a35b2dc0dbd"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -60,6 +60,8 @@ BUILD()
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4 --warnings=none
|
||||
autoconf
|
||||
touch NEWS README ChangeLog AUTHORS
|
||||
automake --add-missing
|
||||
runConfigure --omit-dirs "dataRootDir" ./configure
|
||||
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user