mopd (1:2.5.3-20) patches/alpha.patch

Summary

 patches/alpha.patch |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

    
download this patch

Patch contents

--- mopd-2.5.3.orig/patches/alpha.patch
+++ mopd-2.5.3/patches/alpha.patch
@@ -0,0 +1,14 @@
+diff -u mopd-2.5.3/common/file.c.orig mopd-2.5.3/common/file.c
+--- mopd-2.5.3/common/file.c.orig       2003-05-10 11:14:07.000000000 +0100
++++ mopd-2.5.3/common/file.c    2003-05-10 11:14:52.000000000 +0100
+@@ -42,6 +42,9 @@
+ #if defined(__bsdi__)
+ #define NOAOUT
+ #endif
++#if defined(__linux__) && (defined(__alpha__) || defined(__ia64__))
++#define NOAOUT
++#endif
+ #if defined(__FreeBSD__)
+ #include <sys/imgact_aout.h>
+ #endif
+