diff options
author | steve <steve@FreeBSD.org> | 2000-08-08 11:07:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-08-08 11:07:38 +0800 |
commit | 0d1949b78bc4aca127afaf12ce6ebc80a2440ba8 (patch) | |
tree | 6b699736a689284c000e5e3db0828074a15f7612 /sysutils/lmmon | |
parent | e20387fa1118b2390f497af006b060248a051e2e (diff) | |
download | freebsd-ports-graphics-0d1949b78bc4aca127afaf12ce6ebc80a2440ba8.tar.gz freebsd-ports-graphics-0d1949b78bc4aca127afaf12ce6ebc80a2440ba8.tar.zst freebsd-ports-graphics-0d1949b78bc4aca127afaf12ce6ebc80a2440ba8.zip |
Add 'LDFLAGS+=-lio' on the Alpha for the implementations of inb/outb.
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r-- | sysutils/lmmon/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/lmmon/files/patch-aa b/sysutils/lmmon/files/patch-aa new file mode 100644 index 00000000000..0dcfe47b3c9 --- /dev/null +++ b/sysutils/lmmon/files/patch-aa @@ -0,0 +1,12 @@ +--- Makefile.in.orig Sun Aug 6 21:31:45 2000 ++++ Makefile.in Sun Aug 6 21:32:10 2000 +@@ -3,6 +3,9 @@ + DEFINES+= -DHAVE_CONFIG_H + CFLAGS+= -Wall $(DEFINES) + LDFLAGS+= -lcurses ++.if $(ARCH) == "alpha" ++LDFLAGS+= -lio ++.endif + + HEADERS= lmmon.h + SRCS= lmmon.c |