[Bug 196142] [MAINTAINER] sysutils/lsof update to 4.89B: fix i386 10.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 20 06:33:53 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196142

--- Comment #3 from Sunpoet Po-Chuan Hsieh <sunpoet at 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.


More information about the freebsd-ports-bugs mailing list