Date: Fri, 10 May 2002 22:57:37 +0900 (JST) From: till@score.is.tsukuba.ac.jp (Till Plewe) To: ports@FreeBSD.org Subject: /usr/ports/sysutils/sloth Message-ID: <20020510135737.AEBE033FB5@concerto.score.is.tsukuba.ac.jp>
next in thread | raw e-mail | index | archive | help
make install doesn't work (can't find wait.h) it seems that something like -I/usr/include/sys/ has to be added in /usr/ports/sysutils/sloth/work/sloth-1.1.0/Makefile diff Makefile Makefile.bak 74c74 < DEFS = -DPACKAGE=\"sloth\" -DVERSION=\"1.1.0\" -DHAVE_SYS_WAIT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_TIME_H=1 -I. -I$(srcdir) -I/usr/include/sys/ --- > DEFS = -DPACKAGE=\"sloth\" -DVERSION=\"1.1.0\" -DHAVE_SYS_WAIT_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_TIME_H=1 -I. -I$(srcdir) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020510135737.AEBE033FB5>