pkgsrc/lang/STk/patches/patch-ap
dholland 20d64e25ec Fix broken build caused by invalid shell syntax in a configure script.
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++.
2008-09-07 00:23:57 +00:00

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`