diff options
Diffstat (limited to 'devel/st/files/patch-md.h')
-rw-r--r-- | devel/st/files/patch-md.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/st/files/patch-md.h b/devel/st/files/patch-md.h new file mode 100644 index 000000000000..1c43526c9451 --- /dev/null +++ b/devel/st/files/patch-md.h @@ -0,0 +1,11 @@ +--- md.h.orig Thu Aug 11 11:15:00 2005 ++++ md.h Thu Aug 11 11:33:23 2005 +@@ -154,6 +154,8 @@ + #define MD_JB_SP 2 + #elif defined(__alpha__) + #define MD_JB_SP 34 ++#elif defined(__amd64__) ++#define MD_JB_SP 2 + #else + #error Unknown CPU architecture + #endif |