mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Fixed clang bep so that it builds on x86_64 now.
This commit is contained in:
@@ -17,8 +17,10 @@ BUILD {
|
||||
tar xzf clang-3.2.src.tar.gz
|
||||
mv clang-3.2.src clang
|
||||
cd ..
|
||||
cp -r /boot/common/data/libtool/config/. autoconf/
|
||||
cp -r /boot/common/data/libtool/config/. projects/sample/autoconf/
|
||||
./configure --enable-optimized --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make -j$(CPUS)
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
|
||||
Reference in New Issue
Block a user