Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 06:33:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196142] [MAINTAINER] sysutils/lsof update to 4.89B: fix i386 10.1
Message-ID:  <bug-196142-13-yEC72KKBKa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196142-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196142-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196142

--- Comment #3 from Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> ---
I could build 4.89B on amd64 with quick hack as follows.

--- Makefile    (revision 374990)
+++ Makefile    (working copy)
@@ -45,6 +45,10 @@
 BROKEN=                Does not compile on arm
 .endif

+.if ${OSVERSION} >= 1000000
+CFLAGS+=       -DNEEDS_BOOL_TYPEDEF
+.endif
+
 CONFIGURE_SCRIPT=      Configure
 CONFIGURE_ARGS=        -n freebsd
 CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196142-13-yEC72KKBKa>