1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Mark MAKE_JOBS_UNSAFE

guild-boot.c is used before it's generated:

guile.c:1791:10: fatal error: 'guile-boot.c' file not found
...
../build-aux/guile-baux/gbaux-do as-C-byte-array -v high -t char guile-boot.puny > guile-boot.c
This commit is contained in:
Dmitry Marakasov 2015-10-12 13:30:18 +00:00
parent 20f1a1f3cf
commit 11cd1bac21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399126

View File

@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Server framework
LICENSE= GPLv3 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
@ -20,6 +21,8 @@ CONFIGURE_ARGS= --enable-libserveez-install
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
INFO= serveez
post-patch: