diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-04-06 12:11:52 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-04-06 12:11:52 +0000 |
commit | d394468ec873ffd3653c79454f871cd30cfcc664 (patch) | |
tree | e2054a441c7092777bce93f9068ef53a463e1179 /x11 | |
parent | Add ruby-tgif, a Ruby extension library to draw Tgif graphics. (diff) |
Fix a build problem on alpha machines.
PR: ports/26367
Tested by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes:
svn path=/head/; revision=40942
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/files/patch-a1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/XFree86-4/files/patch-a1 b/x11/XFree86-4/files/patch-a1 new file mode 100644 index 000000000000..4b8c723564f1 --- /dev/null +++ b/x11/XFree86-4/files/patch-a1 @@ -0,0 +1,16 @@ +--- programs/Xserver/hw/xfree86/os-support//shared/xf86Axp.h~ Mon Nov 6 22:57:11 2000 ++++ programs/Xserver/hw/xfree86/os-support//shared/xf86Axp.h Fri Apr 6 00:21:23 2001 +@@ -19,13 +19,6 @@ + IRONGATE + } axpDevice; + +-typedef struct +- { char* sysName; +- char* sysVari; +- char* cpu; +- axpDevice sys; } +-AXP; +- + typedef struct { + axpDevice id; + unsigned long hae_thresh; |