20d64e25ec
While here, patch a couple 64-bit issues and add destdir support. The latter involved making some absolute symlinks relative, which changes the binary package, and someone might have built this revision with a version of bash accepting the invalid script syntax, so PKGREVISION++.
13 lines
507 B
Text
13 lines
507 B
Text
$NetBSD: patch-ap,v 1.1 2008/09/07 00:23:58 dholland Exp $
|
|
|
|
--- Tcl/configure~ 2008-09-06 18:51:25.000000000 -0400
|
|
+++ Tcl/configure 2008-09-06 19:11:07.000000000 -0400
|
|
@@ -3219,7 +3219,7 @@ else
|
|
# 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 $3}' /etc/.relid'`
|
|
+ system=MP-RAS-`awk '{print $3}' /etc/.relid`
|
|
fi
|
|
if test "`uname -s`" = "AIX" ; then
|
|
system=AIX-`uname -v`.`uname -r`
|