mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
guile: try to build non-parallel
This hopefully fixes the build on x86.
This commit is contained in:
@@ -115,7 +115,7 @@ BUILD()
|
|||||||
# No MADV_DONTNEED, yet
|
# No MADV_DONTNEED, yet
|
||||||
sed --in-place '/HAVE_SYS_MMAN_H/d' config.h
|
sed --in-place '/HAVE_SYS_MMAN_H/d' config.h
|
||||||
|
|
||||||
make $jobArgs
|
make -j1
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user