summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'lang/icon/patches/patch-ap')
-rw-r--r--lang/icon/patches/patch-ap23
1 files changed, 0 insertions, 23 deletions
diff --git a/lang/icon/patches/patch-ap b/lang/icon/patches/patch-ap
deleted file mode 100644
index 6e818a06744..00000000000
--- a/lang/icon/patches/patch-ap
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ap,v 1.4 2001/06/25 19:28:42 jtb Exp $
-
---- /dev/null Mon Jun 25 20:21:04 2001
-+++ config/unix/netbsd/custom.sh
-@@ -0,0 +1,18 @@
-+#!/bin/sh
-+#
-+# custom setup script for netbsd
-+
-+SRC=../../../src
-+ARCH=`uname -m`
-+
-+if [ -f rswitch.c.$ARCH ]; then
-+ cp -f rswitch.c.$ARCH $SRC/common/rswitch.c
-+elif [ -f rswitch.s.$ARCH ]; then
-+ cp -f rswitch.s.$ARCH $SRC/common/rswitch.s
-+else
-+ echo "#define NoCoexpr" >>$SRC/h/define.h
-+fi
-+
-+if [ -f define.h.$ARCH ]; then
-+ cat define.h.$ARCH >>$SRC/h/define.h
-+fi