diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-10-26 23:38:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-10-26 23:38:48 +0800 |
commit | 9a7883f589219db19aba42d16eb4791a95461532 (patch) | |
tree | 041dc70d73140453e6ff85e40452b2929d05939d | |
parent | 2232f3724493c7163b8d829d197784f0635cb956 (diff) | |
download | freebsd-ports-gnome-9a7883f589219db19aba42d16eb4791a95461532.tar.gz freebsd-ports-gnome-9a7883f589219db19aba42d16eb4791a95461532.tar.zst freebsd-ports-gnome-9a7883f589219db19aba42d16eb4791a95461532.zip |
- fix build unter FreeBSD 9
-rw-r--r-- | x11-toolkits/tk82/files/patch-aa | 15 | ||||
-rw-r--r-- | x11-toolkits/tk83/files/patch-aa | 13 |
2 files changed, 23 insertions, 5 deletions
diff --git a/x11-toolkits/tk82/files/patch-aa b/x11-toolkits/tk82/files/patch-aa index f21fd5a7f706..b77799c008e5 100644 --- a/x11-toolkits/tk82/files/patch-aa +++ b/x11-toolkits/tk82/files/patch-aa @@ -1,5 +1,14 @@ ---- configure.orig Tue Dec 14 20:00:19 1999 -+++ configure Sun Dec 8 19:58:41 2002 +--- configure.orig 1999-12-15 05:00:19.000000000 +0100 ++++ configure 2009-10-26 16:31:21.000000000 +0100 +@@ -1453,7 +1453,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print }' /etc/.relid'` ++ system=MP-RAS-`awk '{print }' '/etc/.relid'` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` @@ -1757,7 +1757,7 @@ LDFLAGS="-Wl,-Bexport" LD_SEARCH_FLAGS="" @@ -28,7 +37,7 @@ else echo "$ac_t""no" 1>&6 -@@ -2267,6 +2272,7 @@ +@@ -2267,6 +2267,7 @@ echo "$ac_t""no" 1>&6 fi diff --git a/x11-toolkits/tk83/files/patch-aa b/x11-toolkits/tk83/files/patch-aa index f3fc92f3e2d5..c6f57702fff9 100644 --- a/x11-toolkits/tk83/files/patch-aa +++ b/x11-toolkits/tk83/files/patch-aa @@ -1,5 +1,14 @@ ---- configure.orig Wed Oct 23 19:45:50 2002 -+++ configure Tue Nov 12 21:51:56 2002 +--- configure.orig 2002-10-23 19:45:50.000000000 +0200 ++++ configure 2009-10-26 16:36:07.000000000 +0100 +@@ -1763,7 +1763,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print }' /etc/.relid'` ++ system=MP-RAS-`awk '{print }' '/etc/.relid'` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` @@ -2496,12 +2496,12 @@ FreeBSD-*) # FreeBSD 3.* and greater have ELF. |