All FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends.

This commit is contained in:
Steve Price 1999-09-20 01:58:42 +00:00
parent b4daa3c1d5
commit ae2249fb90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21799

View File

@ -0,0 +1,14 @@
--- Imakefile.orig Sat Sep 18 11:34:00 1999
+++ Imakefile Sat Sep 18 11:34:39 1999
@@ -27,7 +27,11 @@
#if defined (FreeBSDArchitecture)
CC= gcc
EXTRA_DEFINES= -D_HAVE_PARAM_H
+#if defined (AlphaArchitecture)
+ LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm -lio
+#else
LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm
+#endif
#else
CFLAGS= -O2 -m486
LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm