diff options
Diffstat (limited to 'x11/XFree86/files/patch-0c')
-rw-r--r-- | x11/XFree86/files/patch-0c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/XFree86/files/patch-0c b/x11/XFree86/files/patch-0c new file mode 100644 index 000000000000..433600270792 --- /dev/null +++ b/x11/XFree86/files/patch-0c @@ -0,0 +1,16 @@ +diff -ur /usr/ports/x11/XFree86/work/xc/programs/Xserver/hw/xfree86/os-support/bsd/Imakefile programs/Xserver/hw/xfree86/os-support/bsd/Imakefile +--- /usr/ports/x11/XFree86/work/xc/programs/Xserver/hw/xfree86/os-support/bsd/Imakefile Sun Jan 5 11:59:09 1997 ++++ programs/Xserver/hw/xfree86/os-support/bsd/Imakefile Tue Dec 8 10:05:56 1998 +@@ -31,8 +31,12 @@ + IOPERMDEFINES = -DUSE_I386_IOPL + # endif + #else ++# if defined(AlphaBsdArchitecture) ++ IOPERMDEFINES = -DUSE_ALPHA_PORTS ++# else + IOPERM_SRC = ioperm_noop.c + IOPERM_OBJ = ioperm_noop.o ++# endif + #endif + + SRCS = bsd_init.c bsd_video.c bsd_io.c bsd_VTsw.c bios_devmem.c mapVT_noop.c \ |