diff options
author | tron <tron> | 1998-06-27 20:49:06 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-27 20:49:06 +0000 |
commit | 550821c96b87445b3b56324e0f5f5405dbc29e52 (patch) | |
tree | ff6c42d89b3c908dbf0038cb79a72d105daade0a /misc/fd | |
parent | 8e1066964249c22fbbfd074497fef3447c115d9f (diff) | |
download | pkgsrc-550821c96b87445b3b56324e0f5f5405dbc29e52.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-ad | 11 |
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) |