diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-12-07 22:09:35 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-12-07 22:09:35 +0000 |
commit | 4510ce338cb7bbe25cd3dad93d52a3d9c9ae507a (patch) | |
tree | a1eb2f8cb0c75bd58ee56d1ca3142fc1ba07b99c /lang/gcl | |
parent | 59b74c075b55a2b3185c2ed3b88b778244a31f6c (diff) |
Notes
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 |