Date: Tue, 14 Jan 2003 17:09:24 -0800 (PST) From: Mike Harding <mvh@ix.netcom.com> To: gnome@freebsd.org Subject: /usr/local/devel/libgtop does not build on -STABLE Message-ID: <20030115010924.0018413103@netcom1.netcom.com>
next in thread | raw e-mail | index | archive | help
because of the patchfile patch-sysdeps_freebsd_mem.c I think you got the VM_TOTAL/VM_METER reversed in the patch... --- sysdeps/freebsd/mem.c.orig Tue Jan 14 17:22:18 2003 +++ sysdeps/freebsd/mem.c Tue Jan 14 17:22:28 2003 @@ -75,7 +75,7 @@ /* MIB array for sysctl */ static int mib_length=2; -#ifdef __bsdi__ +#ifdef VM_METER static int mib [] = { CTL_VM, VM_TOTAL }; #else static int mib [] = { CTL_VM, VM_METER }; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030115010924.0018413103>