aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gauche/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2004-12-05 23:33:14 +0800
committervanilla <vanilla@FreeBSD.org>2004-12-05 23:33:14 +0800
commit72a933c578ec7b9132ff863bd55de842908695dd (patch)
treeeba6d930fbd3bb856eaef560a39e45d679c5d2d0 /lang/gauche/files
parentf81e6dd61e90f4c29724c425d1d343097d03757d (diff)
downloadfreebsd-ports-gnome-72a933c578ec7b9132ff863bd55de842908695dd.tar.gz
freebsd-ports-gnome-72a933c578ec7b9132ff863bd55de842908695dd.tar.zst
freebsd-ports-gnome-72a933c578ec7b9132ff863bd55de842908695dd.zip
Upgrade to 0.8.3.
PR: ports/74680 Submitted by: maintainer
Diffstat (limited to 'lang/gauche/files')
-rw-r--r--lang/gauche/files/patch-src_gauche_arith_i386.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/gauche/files/patch-src_gauche_arith_i386.h b/lang/gauche/files/patch-src_gauche_arith_i386.h
new file mode 100644
index 000000000000..df4d1410e34f
--- /dev/null
+++ b/lang/gauche/files/patch-src_gauche_arith_i386.h
@@ -0,0 +1,19 @@
+--- src/gauche/arith_i386.h.orig Sat Jul 5 11:29:13 2003
++++ src/gauche/arith_i386.h Sun Dec 5 23:19:45 2004
+@@ -167,6 +167,7 @@
+ * else r <- x * y, v = 0
+ */
+
++#if 0
+ #define UMULOV(r, v, x, y) \
+ asm("movl %2, %%eax;" \
+ "mull %3;" \
+@@ -199,6 +200,8 @@
+ :"=r" (r), "=&r" (v) \
+ :"g" (x), "r" (y) \
+ :"%eax", "%edx")
++
++#endif
+
+ #endif /*__GNUC__*/
+