summaryrefslogtreecommitdiff
path: root/misc/fd
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-06-27 20:49:06 +0000
committertron <tron@pkgsrc.org>1998-06-27 20:49:06 +0000
commitf7c296ed67a804da82f18deb957ed93770a0698a (patch)
treeff6c42d89b3c908dbf0038cb79a72d105daade0a /misc/fd
parent48df1c614212cc387312686a3247c6e5cff92064 (diff)
downloadpkgsrc-f7c296ed67a804da82f18deb957ed93770a0698a.tar.gz
Make this package compile on alpha, patch supplied by Tim Rightnour in
PR pkg/5663.
Diffstat (limited to 'misc/fd')
-rw-r--r--misc/fd/patches/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/fd/patches/patch-ad b/misc/fd/patches/patch-ad
new file mode 100644
index 00000000000..34ed32db12d
--- /dev/null
+++ b/misc/fd/patches/patch-ad
@@ -0,0 +1,11 @@
+--- machine.h.orig Sat Jun 27 22:34:14 1998
++++ machine.h Sat Jun 27 22:35:30 1998
+@@ -160,7 +160,7 @@
+ #define SIGARGINT
+ #endif
+
+-#if (defined (__alpha) || defined (alpha)) && !defined(linux)
++#if (defined (__alpha) || defined (alpha)) && !defined(linux) && !defined(__NetBSD__)
+ #define CODEEUC
+ #define TARUSESPACE
+ # if defined (SYSTYPE_BSD)