diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-08 03:07:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-08 03:07:38 +0000 |
commit | 6660eb639004258e21fb68b2618de47ef422013f (patch) | |
tree | 93b24a78bdaea8a700ba62131275f7475e2f07fb /sysutils/lmmon | |
parent | Use ARCH in pkg/PLIST so this port packages cleanly on the Alpha. (diff) |
Add 'LDFLAGS+=-lio' on the Alpha for the implementations of inb/outb.
Notes
Notes:
svn path=/head/; revision=31405
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 000000000000..0dcfe47b3c94 --- /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 |