Add 'LDFLAGS+=-lio' for the implementations of inb/outb on the Alpha.
This commit is contained in:
parent
aa5054ebec
commit
f58923d258
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31393
11
sysutils/consolehm/files/patch-aa
Normal file
11
sysutils/consolehm/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Sun Aug 6 13:54:24 2000
|
||||
+++ Makefile.in Sun Aug 6 13:55:05 2000
|
||||
@@ -1,5 +1,8 @@
|
||||
DEFINES+= -DHAVE_CONFIG_H
|
||||
CFLAGS+= -O2 -g -Wall $(DEFINES)
|
||||
+.if ${ARCH} == "alpha"
|
||||
+LDFLAGS+= -lio
|
||||
+.endif
|
||||
|
||||
HEADERS= chm.h
|
||||
SRCS= chm.c
|
Loading…
Reference in New Issue
Block a user