summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ab
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-03-24 12:12:08 +0000
committerjtb <jtb@pkgsrc.org>2003-03-24 12:12:08 +0000
commit23d150528dac67d48a5b4ff124091d90940a7d09 (patch)
treeebba86dee82e98ee748e519e0f77ba508a0a4d9a /lang/icon/patches/patch-ab
parenta27d6f0a07ec88a76336fc908d575214e0540fa7 (diff)
downloadpkgsrc-23d150528dac67d48a5b4ff124091d90940a7d09.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-ab')
-rw-r--r--lang/icon/patches/patch-ab15
1 files changed, 6 insertions, 9 deletions
diff --git a/lang/icon/patches/patch-ab b/lang/icon/patches/patch-ab
index c44ce34ba66..1033f859e02 100644
--- a/lang/icon/patches/patch-ab
+++ b/lang/icon/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.6 2001/06/25 18:00:16 jtb Exp $
+$NetBSD: patch-ab,v 1.7 2003/03/24 12:12:10 jtb Exp $
---- /dev/null Mon Jun 25 14:19:36 2001
-+++ config/unix/netbsd/define.h
-@@ -0,0 +1,17 @@
+--- /dev/null Mon Mar 24 07:25:29 2003
++++ config/unix/netbsd/define.h.in
+@@ -0,0 +1,14 @@
+/*
+ * Icon configuration file for NetBSD
+ */
@@ -13,10 +13,7 @@ $NetBSD: patch-ab,v 1.6 2001/06/25 18:00:16 jtb Exp $
+#define NetBSD /* This is for NetBSD stuff (save) */
+
+#define LoadFunc
-+#define SysOpt
-+#define ExecImages
-+
-+#define MaxStatSize 20480
+
+#define CComp "gcc"
-+#define COpts "-O2"
++#define COpts "-O2 -I@X11BASE@/include"
++#define ICONC_XLIB "-Wl,-R@X11BASE@/lib -L@X11BASE@/lib -lX11"