mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
x11-wm/i3: fix build with many threads
i3 needs MAKE_JOBS_UNSAFE=yes to build. Errors: /wrkdirs/usr/ports/x11-wm/i3/work/i3-4.16/../i3-4.16/i3-config-wizard/main.c:109:10: fatal error: GENERATED_config_enums.h: No such file or directory #include "GENERATED_config_enums.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. PR: 237890 Approved by: tcberner (mentor), bapt (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D20438
This commit is contained in:
parent
2541c1af71
commit
bc89f33efc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502904
@ -35,6 +35,7 @@ CONFIGURE_OUTSOURCE= yes
|
||||
CONFIGURE_ENV= ac_cv_path_PATH_ASCIIDOC=""
|
||||
LDFLAGS+= ${ICONV_LIB}
|
||||
INSTALL_TARGET= install-strip
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CONFLICTS_INSTALL= i3-gaps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user