diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-05 11:00:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-05 11:00:37 +0800 |
commit | 6d321f80722e9685152696f829396642181a5fa3 (patch) | |
tree | 90d47c313435c2f8b6d6d5e6d874edf24501d154 /korean | |
parent | 73a0efeca2063450b4361491d6178f4e76397304 (diff) | |
download | freebsd-ports-gnome-6d321f80722e9685152696f829396642181a5fa3.tar.gz freebsd-ports-gnome-6d321f80722e9685152696f829396642181a5fa3.tar.zst freebsd-ports-gnome-6d321f80722e9685152696f829396642181a5fa3.zip |
- Fix build on 9.0
PR: 140140, 140274
Submitted by: Jilles Tjoelker <jilles@stack.nl>, myself
Diffstat (limited to 'korean')
-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 |