mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix build on 9.0
PR: 140167 Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: maintainer timeout
This commit is contained in:
parent
c41285b2a5
commit
343f679bb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244807
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user