From owner-freebsd-ports Fri May 10 6:57:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from concerto.score.is.tsukuba.ac.jp (concerto.score.is.tsukuba.ac.jp [130.158.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 90EAD37B408 for ; Fri, 10 May 2002 06:57:40 -0700 (PDT) Received: by concerto.score.is.tsukuba.ac.jp (Postfix, from userid 5014) id AEBE033FB5; Fri, 10 May 2002 22:57:37 +0900 (JST) To: ports@FreeBSD.org Subject: /usr/ports/sysutils/sloth Message-Id: <20020510135737.AEBE033FB5@concerto.score.is.tsukuba.ac.jp> Date: Fri, 10 May 2002 22:57:37 +0900 (JST) From: till@score.is.tsukuba.ac.jp (Till Plewe) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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