mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
restrict DPB_PROPERTIES=parallel, since the update this uses too much
ram during build for smaller archs. might still not be enough, but we'll see after some more bulk builds.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
BROKEN-powerpc = fails at runtime, the UI is totally blank
|
||||
|
||||
.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == aarch64
|
||||
# uses too much ram for smaller archs
|
||||
DPB_PROPERTIES = parallel
|
||||
.endif
|
||||
|
||||
COMMENT-main = 2D and 3D game engine
|
||||
COMMENT-editor= 2D and 3D game engine (with the editor)
|
||||
|
||||
@@ -109,8 +114,6 @@ RUN_DEPENDS-editor = devel/desktop-file-utils
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
NO_TEST = Yes
|
||||
|
||||
DPB_PROPERTIES = parallel
|
||||
|
||||
.if ${MACHINE_ARCH:Mhppa}
|
||||
LDFLAGS += -latomic
|
||||
WANTLIB += atomic
|
||||
|
||||
Reference in New Issue
Block a user