diff options
author | David Thiel <lx@FreeBSD.org> | 2012-03-21 00:45:56 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2012-03-21 00:45:56 +0000 |
commit | dcb4a07d171a29d39f6feccc4e337fe5ba98aa1a (patch) | |
tree | 8ddef3e5101161fcad565e268d0bf673abe5bcbf /security/nacl/files/patch-do | |
parent | -Fix segfaults during build w/ OpenJDK (diff) |
Fix issue preventing successful installation on hosts with certain hostnames.
Submitted by: pointy
Feature safe: yes
Diffstat (limited to 'security/nacl/files/patch-do')
-rw-r--r-- | security/nacl/files/patch-do | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/security/nacl/files/patch-do b/security/nacl/files/patch-do index 3c791ad64e29..8572d48f5c73 100644 --- a/security/nacl/files/patch-do +++ b/security/nacl/files/patch-do @@ -1,5 +1,14 @@ ---- do.old 2012-02-18 18:05:07.000000000 -0800 -+++ do 2012-02-18 18:06:49.000000000 -0800 +--- do.orig 2011-02-20 17:49:34.000000000 -0800 ++++ do 2012-03-20 16:49:10.324256193 -0700 +@@ -6,7 +6,7 @@ + + version=`cat version` + project=nacl +-shorthostname=`hostname | sed 's/\..*//' | tr -cd '[a-z][A-Z][0-9]'` ++shorthostname=`hostname -s` + + top="`pwd`/build/$shorthostname" + bin="$top/bin" @@ -38,8 +38,8 @@ mkdir -p "$lib" mkdir -p "$include" |