diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-08 02:42:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-08 02:42:53 +0000 |
commit | f58923d258997aa52d9fc7116e5f045130b6aa69 (patch) | |
tree | c77c3e3ddd5c5257c7328c3cca05f18132c6c7e7 /sysutils/consolehm | |
parent | aa5054ebecfe3db85ccbdf93352941c872902b2b (diff) | |
download | ports-f58923d258997aa52d9fc7116e5f045130b6aa69.tar.gz ports-f58923d258997aa52d9fc7116e5f045130b6aa69.zip |
Notes
Diffstat (limited to 'sysutils/consolehm')
-rw-r--r-- | sysutils/consolehm/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/consolehm/files/patch-aa b/sysutils/consolehm/files/patch-aa new file mode 100644 index 000000000000..28940626995e --- /dev/null +++ b/sysutils/consolehm/files/patch-aa @@ -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 |