From ad2c2e69e3c37f288a570085e52892f3ecc15529 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 23 Apr 2014 00:01:31 +0000 Subject: [PATCH] Revert "llvm: make it work with haikuporter -S" This reverts commit fec97cb13d5627606a2c4efe5fbbeeea64c69173. This causes the LLVM package to not collect devel headers properly resulting in several package builds breaking. --- sys-devel/llvm/llvm-3.4.recipe | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sys-devel/llvm/llvm-3.4.recipe b/sys-devel/llvm/llvm-3.4.recipe index 6c7e654a2..c43b43c8e 100644 --- a/sys-devel/llvm/llvm-3.4.recipe +++ b/sys-devel/llvm/llvm-3.4.recipe @@ -48,7 +48,6 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion - lib:libstdc++$secondaryArchSuffix " BUILD_REQUIRES=" @@ -80,16 +79,11 @@ BUILD() # Haiku C++ requires rtti in a lot of central system components # such as Mesa export REQUIRES_RTTI=1 - runConfigure ./configure --enable-optimized + runConfigure ./configure --enable-optimized make $jobArgs } INSTALL() { make install - - # It seems configure options don't work as expected ? - mv $prefix/include $developDir - mkdir -p $docDir/.. - mv $prefix/docs $docDir }