summaryrefslogtreecommitdiff
path: root/devel/libgtop
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-05 05:56:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-05 05:56:03 +0000
commitabe516a6d44224e19aff5dadf1c0303d4900ebfe (patch)
treeb699b67352a0545f28ff5f9ccd1d55d1c1128b65 /devel/libgtop
parentupgrade to 2.4.7. (diff)
/bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I../../intl -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -D_GNU_SOURCE -O -pipe -c proctime.c
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I../../intl -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -D_GNU_SOURCE -O -pipe -c -fPIC -DPIC proctime.c proctime.c: In function `calcru': proctime.c:74: structure has no member named `p_runtime' proctime.c: In function `glibtop_get_proc_time_p': proctime.c:150: structure has no member named `p_runtime' gmake[3]: *** [proctime.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/sysdeps/freebsd' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/sysdeps' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop.
Notes
Notes: svn path=/head/; revision=13674
Diffstat (limited to 'devel/libgtop')
-rw-r--r--devel/libgtop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index ee1a1d6c1951..a88d7f9dc931 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -3,7 +3,7 @@
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1998/09/30 14:45:46 vanilla Exp $
+# $Id: Makefile,v 1.3 1998/10/01 00:19:13 vanilla Exp $
#
DISTNAME= libgtop-0.26.2
@@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
+BROKEN= build
+
GNU_CONFIGURE= yes
USE_GMAKE= yes