diff options
author | mi <mi@FreeBSD.org> | 2009-12-08 06:09:35 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2009-12-08 06:09:35 +0800 |
commit | 6d4809743a8ac3b7cdfa45c52b389c52300c8393 (patch) | |
tree | fd30ae331cbbf0e9bd58017209b39ac669920620 /lang/gcl | |
parent | 4f8b46ecc3ea77d8a9513b139c2029dc045e272f (diff) | |
download | freebsd-ports-gnome-6d4809743a8ac3b7cdfa45c52b389c52300c8393.tar.gz freebsd-ports-gnome-6d4809743a8ac3b7cdfa45c52b389c52300c8393.tar.zst freebsd-ports-gnome-6d4809743a8ac3b7cdfa45c52b389c52300c8393.zip |
Add a hunk to appease the new sh's pickiness about correctness of
unreachable code.
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/files/patch-configure | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/gcl/files/patch-configure b/lang/gcl/files/patch-configure index d3d386c1da66..beef4474d033 100644 --- a/lang/gcl/files/patch-configure +++ b/lang/gcl/files/patch-configure @@ -1,5 +1,10 @@ ---- configure.orig 2005-01-15 11:17:17.000000000 -0800 +--- configure 2005-01-15 11:17:17.000000000 -0800 +++ configure 2007-09-22 18:17:38.000000000 -0700 +@@ -1713,3 +1713,3 @@ + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'` ++ system=MP-RAS-`${AWK} '{print $3}' /etc/.relid` + fi @@ -6368,4 +6368,4 @@ else - if test -f /usr/include/tcl${TCL_VERSION}/tk.h ; then |