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 | |
parent | e20387fa1118b2390f497af006b060248a051e2e (diff) | |
download | freebsd-ports-gnome-0d1949b78bc4aca127afaf12ce6ebc80a2440ba8.tar.gz freebsd-ports-gnome-0d1949b78bc4aca127afaf12ce6ebc80a2440ba8.tar.zst freebsd-ports-gnome-0d1949b78bc4aca127afaf12ce6ebc80a2440ba8.zip |
Add 'LDFLAGS+=-lio' on the Alpha for the implementations of inb/outb.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lmmon/files/patch-aa | 12 | ||||
-rw-r--r-- | sysutils/wmlmmon/files/patch-aa | 12 |
2 files changed, 24 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 diff --git a/sysutils/wmlmmon/files/patch-aa b/sysutils/wmlmmon/files/patch-aa new file mode 100644 index 000000000000..8e039f50aae9 --- /dev/null +++ b/sysutils/wmlmmon/files/patch-aa @@ -0,0 +1,12 @@ +--- Makefile.in.orig Sun Aug 6 14:05:13 2000 ++++ Makefile.in Sun Aug 6 14:05:48 2000 +@@ -3,6 +3,9 @@ + DEFINES+= -DHAVE_CONFIG_H #-DDEBUG + CFLAGS+= -Wall @XPM_CFLAGS@ $(DEFINES) + LDFLAGS+= -lXpm -lXext -lX11 @XPM_LIBS@ ++.if ${ARCH} == "alpha" ++LDFLAGS+= -lio ++.endif + + HEADERS= wmlmmon.h wmgeneral.h + SRCS= wmlmmon.c wmgeneral.c |