mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c554962384
PR: ports/19372 Submitted by: Taguchi, Takesi <taguchi@tohoku.iij.ad.jp> (Maintainer)
17 lines
645 B
Plaintext
17 lines
645 B
Plaintext
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 \
|