summaryrefslogtreecommitdiff
path: root/lang/clisp/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/clisp/patches/patch-ad')
-rw-r--r--lang/clisp/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/clisp/patches/patch-ad b/lang/clisp/patches/patch-ad
new file mode 100644
index 00000000000..c2a7e99ae74
--- /dev/null
+++ b/lang/clisp/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.7 2006/05/10 18:26:34 joerg Exp $
+
+--- src/asmi386.hh.orig 2006-03-24 07:35:56.000000000 +0000
++++ src/asmi386.hh
+@@ -231,7 +231,7 @@
+ // Define the DECLARE_FUNCTION(name) macro.
+ #ifdef _MSC_VER
+ #define DECLARE_FUNCTION(name)
+-#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
++#elif defined(__svr4__) || defined(__ELF__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__ROSE__) || defined(_SEQUENT_) || defined(DGUX) || defined(_SCO_COFF) || defined(_SCO_ELF)
+ #define DECLARE_FUNCTION(name) .type C(name),@function
+ #else
+ #define DECLARE_FUNCTION(name)