diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-05 03:00:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-05 03:00:37 +0000 |
commit | bfd080220c9ab24670daf5dd04467c1c8e345380 (patch) | |
tree | 4df30afe7cf7b389e71c878bc64b747388cab2bf | |
parent | 33298ecc79ce4845f78ec36599cfe9e5cc55409f (diff) | |
download | ports-bfd080220c9ab24670daf5dd04467c1c8e345380.tar.gz ports-bfd080220c9ab24670daf5dd04467c1c8e345380.zip |
Notes
-rw-r--r-- | korean/bitchx/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/korean/bitchx/files/patch-configure b/korean/bitchx/files/patch-configure new file mode 100644 index 000000000000..01a3d8c5dc2d --- /dev/null +++ b/korean/bitchx/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-11-05 05:53:28.320172000 +0300 ++++ configure 2009-11-05 05:54:49.000000000 +0300 +@@ -8051,7 +8051,7 @@ + system=unknown + else + 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 + fi + fi |