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)
15 lines
579 B
Plaintext
15 lines
579 B
Plaintext
diff -ur /usr/ports/x11/XFree86/work/xc/programs/Xserver/hw/xfree86/SuperProbe/Imakefile programs/Xserver/hw/xfree86/SuperProbe/Imakefile
|
|
--- /usr/ports/x11/XFree86/work/xc/programs/Xserver/hw/xfree86/SuperProbe/Imakefile Mon Oct 19 21:38:44 1998
|
|
+++ programs/Xserver/hw/xfree86/SuperProbe/Imakefile Tue Dec 8 10:05:55 1998
|
|
@@ -31,6 +31,10 @@
|
|
#if defined(i386BsdArchitecture)
|
|
# define OSModule OS_386BSD
|
|
#endif
|
|
+#if defined(AlphaBsdArchitecture)
|
|
+# define OSModule OS_386BSD
|
|
+ SYS_LIBRARIES = -lio
|
|
+#endif
|
|
#if defined(MinixArchitecture)
|
|
# define OSModule OS_Minix
|
|
#endif
|