Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <draco@marino.st>2015-12-17 13:38:30 +0300
committerJohn Marino <draco@marino.st>2015-12-17 13:38:30 +0300
commite2e8f963aa82f9440a3f4f560fe78ef485e8c8b6 (patch)
tree3ee89b59f7fb264affbbeff75d69d913881e1473
parent2b57ccef0800ee07bd6aedc84852ca7f0bc1f3b7 (diff)
Believe it or not, /usr/games are needed to build some portsdragonfly
-rw-r--r--src/share/poudriere/jail.sh.dragonfly2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/jail.sh.dragonfly b/src/share/poudriere/jail.sh.dragonfly
index 5e04a5b8..d2328721 100644
--- a/src/share/poudriere/jail.sh.dragonfly
+++ b/src/share/poudriere/jail.sh.dragonfly
@@ -49,7 +49,7 @@ build_and_install_world() {
[ $# -ne 1 ] && eargs quick
local JLOGBASE=${POUDRIERE_DATA}/jailbuild/${JAILNAME}
local factor=${PARALLEL_JOBS}
- local options="-DNO_GAMES -DNOPROFILE -DNO_ALTBINUTILS -DNO_ALTCOMPILER"
+ local options="-DNOPROFILE -DNO_ALTBINUTILS -DNO_ALTCOMPILER"
local directive
mkdir -p ${JLOGBASE}