summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-am
diff options
context:
space:
mode:
authorjtb <jtb>2003-03-24 12:12:08 +0000
committerjtb <jtb>2003-03-24 12:12:08 +0000
commit5c27ff3f3dc8b9c043a0bcb5512069a9b9c0de96 (patch)
treeebba86dee82e98ee748e519e0f77ba508a0a4d9a /lang/icon/patches/patch-am
parent56480d06f6071e8d2b01d7da13dd95927bc0fc1a (diff)
downloadpkgsrc-5c27ff3f3dc8b9c043a0bcb5512069a9b9c0de96.tar.gz
Update of icon to 9.4.1.
Changes: * Support for NetBSD on PowerPC based systems. * An Icon source file can be made executable under Unix by prefixing it with a comment line #!/usr/bin/env icon and setting its execute permission bit. This uses a new icon command, which in another form allows a small Icon program to be embedded within a shell script. See the new man page for details. The traditional icont command remains available for less specialized purposes. * The performance of large sets and tables has been improved. * Some minor bugs have been fixed.
Diffstat (limited to 'lang/icon/patches/patch-am')
-rw-r--r--lang/icon/patches/patch-am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/icon/patches/patch-am b/lang/icon/patches/patch-am
index 86dc3631fa1..ad79ca022e6 100644
--- a/lang/icon/patches/patch-am
+++ b/lang/icon/patches/patch-am
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.3 2001/06/25 18:00:16 jtb Exp $
+$NetBSD: patch-am,v 1.4 2003/03/24 12:12:10 jtb Exp $
--- ipl/BuildExe.orig Sat Jun 23 20:10:50 2001
+++ ipl/BuildExe
@@ -8,7 +8,7 @@ $NetBSD: patch-am,v 1.3 2001/06/25 18:00:16 jtb Exp $
export PATH=$TOP/bin:/usr/xpg4/bin:/usr/ccs/bin:/bin:/usr/bin
-export IPATH=$TOP/lib
-export LPATH=$TOP/lib
-+export IPATH=$TOP/lib/icon/lib
++export IPATH=$TOP/lib/icon
+export LPATH=$TOP/lib/icon
# Use default Icon options for packages that include an Icon execution