From 96a5000544015c6ef980032f4364318099d75d72 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 22 Nov 2004 20:15:29 +0000 Subject: Update to 2.05: * Bugs for detecting ALi chipset fixed. * Further smoothing for plotting curves in xmbmon. * SMBus accesses of VIA VT8237 and Intel ICH6 are supported. * Problem related to select() system call fixed (by Tsuneyuki Sakano). * The part of IO port read/write is unified into an gas in-line assembler code (so, gcc with x86-gas is assumed!); a contribution by John Wehle (john@feith.com). * Changes to work on Solaris for x86 platform and others for cleaning up the codes, contributed by John Wehle (john@feith.com). * Others: Fixing small bugs. --- sysutils/xmbmon/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sysutils/xmbmon/Makefile') diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index 8920c4989b6..6ece6cd10c3 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/07/19 10:10:30 recht Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/22 20:15:29 wiz Exp $ # .include "../../sysutils/mbmon/Makefile.common" -PKGNAME= xmbmon-204 +PKGNAME= xmbmon-205 COMMENT= X11-based motherboard monitoring utility @@ -11,6 +11,8 @@ USE_X11= yes ALL_TARGET= xmbmon +LDFLAGS+= -Wl,-R${X11BASE}/lib + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmbmon ${PREFIX}/bin -- cgit v1.2.3