diff options
author | marino <marino@FreeBSD.org> | 2016-01-14 05:46:15 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-14 05:46:15 +0800 |
commit | 3bc75768ea06b89ebb5e9002604968f8131a043a (patch) | |
tree | b110af61b9bb0ef8710bddb8a8b26c1ec5c20012 /emulators | |
parent | 9d6b1bcce15dcec925608bb902470d863b24955f (diff) | |
download | freebsd-ports-gnome-3bc75768ea06b89ebb5e9002604968f8131a043a.tar.gz freebsd-ports-gnome-3bc75768ea06b89ebb5e9002604968f8131a043a.tar.zst freebsd-ports-gnome-3bc75768ea06b89ebb5e9002604968f8131a043a.zip |
emulators/advancemame is not jobs safe
This has failed on me multiple times. On the last failure, it tried to
assemble j.o in obj/j/generic/blend/j before the directory was created.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/advancemame/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile index eb90ef61796a..0fcc65d8f130 100644 --- a/emulators/advancemame/Makefile +++ b/emulators/advancemame/Makefile @@ -29,6 +29,8 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN_FILES= advdev.1 advj.1 advk.1 advm.1 advmame.1 advs.1 PORTDOCS= * +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= FREETYPE DOCS OPTIONS_DEFAULT=FREETYPE |