summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ap
blob: ef18408ed9356cba126818f2e51d742a268e714b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ap,v 1.3 2001/06/25 18:00:16 jtb Exp $

--- /dev/null	Sun Jun 24 10:50:03 2001
+++ config/unix/netbsd/custom.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+#  custom setup script for netbsd
+
+SRC=../../../src
+ARCH=`uname -m`
+
+if [ -f rswitch.$ARCH ]; then
+	cp -f rswitch.$ARCH $SRC/common/rswitch.c
+else
+	echo "#define NoCoexpr" >>$SRC/h/define.h
+fi
+
+if [ -f define.$ARCH ]; then
+        cat define.$ARCH >>$SRC/h/define.h
+fi