diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-06-02 20:36:28 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-06-02 20:36:28 +0000 |
commit | 11bee9ac91d3fd0eabce4c407b199cda2c3d6657 (patch) | |
tree | 675c32673f516fc337c1a55222ea77d98c94841f /x11/mgapdesk/files/patch-aa | |
parent | Fix this port up so gcc30 can be used bsd.port.mk for when we return (diff) |
Add port for MGA Powerdesk. A X11 configurator / helper app for Matrox cards.
Diffstat (limited to '')
-rw-r--r-- | x11/mgapdesk/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/mgapdesk/files/patch-aa b/x11/mgapdesk/files/patch-aa new file mode 100644 index 000000000000..0ce011d9a4b1 --- /dev/null +++ b/x11/mgapdesk/files/patch-aa @@ -0,0 +1,19 @@ +--- src/io.h.orig Sat Jun 2 12:57:44 2001 ++++ src/io.h Sat Jun 2 12:59:56 2001 +@@ -10,11 +10,16 @@ + * Last modified : March 2001. + *********************************************************/ + ++#include <sys/param.h> /* for BSD */ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> + #include <errno.h> ++#ifdef BSD ++#include <machine/cpufunc.h> ++#else + #include <sys/io.h> ++#endif + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> |