From 1612302b645cebb7f27e1513c86f04383e9dd755 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 30 May 2014 00:52:19 +0200 Subject: [PATCH] Fix unintended binutils-dependency on flex --- sys-devel/binutils/binutils-2.24_2014_03_19.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/binutils/binutils-2.24_2014_03_19.recipe b/sys-devel/binutils/binutils-2.24_2014_03_19.recipe index 46a3b7360..f891e921f 100644 --- a/sys-devel/binutils/binutils-2.24_2014_03_19.recipe +++ b/sys-devel/binutils/binutils-2.24_2014_03_19.recipe @@ -5,7 +5,7 @@ srcGitRev="c20a732df8f8b6d0f32c872817f3a0498a5c4761" SRC_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="6d3b677cd8ef777bf6fb3186a15b5122e46345595a996370325c758b3d8a4ab6" SRC_FILENAME="binutils-$portVersion.tar.gz" -REVISION="5" +REVISION="6" LICENSE=" GNU GPL v2 GNU LGPL v2 @@ -95,7 +95,7 @@ BUILD() # it, however, since these binutils may be used by the bootstrap-gcc, # which passes --sysroot= to ld. - make $jobArgs + make $jobArgs LEXLIB= } INSTALL()