aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-11-27 07:03:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-11-27 07:03:01 +0800
commit19c0fe2f5c86d2f14621546d1f6a872261e1572e (patch)
tree2a2c7cf3003c80ee6a9f714e181fc222798ee179
parent1dcc87fdf770355f29e8e3b30cc9d2ddfbaefc26 (diff)
downloadfreebsd-ports-gnome-19c0fe2f5c86d2f14621546d1f6a872261e1572e.tar.gz
freebsd-ports-gnome-19c0fe2f5c86d2f14621546d1f6a872261e1572e.tar.zst
freebsd-ports-gnome-19c0fe2f5c86d2f14621546d1f6a872261e1572e.zip
- Fix build on 9.0
PR: 140167 Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: maintainer timeout
-rw-r--r--devel/e4graph/files/patch-all_configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/e4graph/files/patch-all_configure b/devel/e4graph/files/patch-all_configure
index be68d87a319b..9fb907de097e 100644
--- a/devel/e4graph/files/patch-all_configure
+++ b/devel/e4graph/files/patch-all_configure
@@ -1,5 +1,14 @@
--- configure.orig Fri Mar 5 20:56:14 2004
+++ configure Fri Sep 28 17:25:04 2007
+@@ -2783,7 +2783,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`
@@ -4477,7 +4477,7 @@
TCL_LIB=${TCL_LIB_SPEC}
TCL_INC=${TCL_INCLUDE_SPEC}