openbsd-ports/lang/mono/patches/patch-mono_arch_arm_dpiops_sh
ajacoutot 54b4112cb8 Add some patches from sthen@ and I to help build this on arm.
Not there yet... but working on it.
No package change.
2009-09-22 11:19:37 +00:00

13 lines
347 B
Plaintext

$OpenBSD: patch-mono_arch_arm_dpiops_sh,v 1.1 2009/09/22 11:19:37 ajacoutot Exp $
--- mono/arch/arm/dpiops.sh.orig Tue Sep 22 08:26:16 2009
+++ mono/arch/arm/dpiops.sh Tue Sep 22 08:26:31 2009
@@ -6,7 +6,7 @@ MOV_OPCODES="MOV MVN"
# $1: opcode list
# $2: template
-function gen() {
+gen() {
for i in $1; do
sed "s/<Op>/$i/g" $2.th
done