summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ax
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-ax
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-ax')
-rw-r--r--lang/icon/patches/patch-ax10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/icon/patches/patch-ax b/lang/icon/patches/patch-ax
index 178e9506775..28eaff62351 100644
--- a/lang/icon/patches/patch-ax
+++ b/lang/icon/patches/patch-ax
@@ -1,16 +1,16 @@
-$NetBSD: patch-ax,v 1.3 2001/06/25 18:00:17 jtb Exp $
+$NetBSD: patch-ax,v 1.4 2003/03/24 12:12:10 jtb Exp $
---- src/runtime/Makefile.orig Mon Jun 25 13:54:05 2001
+--- src/runtime/Makefile.orig Mon Mar 4 21:32:56 2002
+++ src/runtime/Makefile
-@@ -41,7 +41,6 @@
+@@ -41,7 +41,6 @@ iconx: $(OBJS)
cd ../common; $(MAKE)
- $(CC) $(RLINK) -o iconx $(OBJS) $(XL) $(RLIBS)
+ $(CC) $(RLINK) -o iconx $(OBJS) $(XL) $(RLIBS) $(TL)
cp iconx ../../bin
- strip ../../bin/iconx
xcnv.o: cnv.r $(HDRS)
../../bin/rtt -x cnv.r
-@@ -311,7 +310,7 @@
+@@ -311,7 +310,7 @@ rt.a: ../common/rswitch.o ../common/long
../common/long.o ../common/time.o\
../common/xwindow.o ../common/alloc.o
ranlib rt.a 2>/dev/null || :