diff options
author | asami <asami@FreeBSD.org> | 1998-11-24 06:54:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-24 06:54:25 +0800 |
commit | b2b4f79b936ce2317dca425cb1e889fc7dabca4d (patch) | |
tree | 7a4bd66ee1816d19b64a168ecb73068600da2721 | |
parent | 98381823cbbd9c5e7d6db316959923c50af62328 (diff) | |
download | freebsd-ports-gnome-b2b4f79b936ce2317dca425cb1e889fc7dabca4d.tar.gz freebsd-ports-gnome-b2b4f79b936ce2317dca425cb1e889fc7dabca4d.tar.zst freebsd-ports-gnome-b2b4f79b936ce2317dca425cb1e889fc7dabca4d.zip |
Mark this broken:
=======
===> Building for amiwm-0.20p48
cc -c -I. -I./libami -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_STAT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_ALLOCA=1 -DRETSIGTYPE=void -DHAVE_WAIT3=1 -DHAVE_SELECT=1 -DHAVE_STRDUP=1 -DHAVE_WAITPID=1 -DHAVE_XSHAPE=1 -DBSD_STYLE_GETTIMEOFDAY=1 -DLAME_ENDIAN=1 -O -pipe -I/usr/X11R6/include main.c
main.c: In function `main':
main.c:1384: `ShapeNotify' undeclared (first use this function)
main.c:1384: (Each undeclared identifier is reported only once
main.c:1384: for each function it appears in.)
main.c:1385: `XShapeEvent' undeclared (first use this function)
main.c:1385: `s' undeclared (first use this function)
main.c:1385: parse error before `)'
main.c:1386: `ShapeBounding' undeclared (first use this function)
*** Error code 1
Stop.
-rw-r--r-- | x11-wm/amiwm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile index 050ea1cdac09..3f8625574e76 100644 --- a/x11-wm/amiwm/Makefile +++ b/x11-wm/amiwm/Makefile @@ -3,7 +3,7 @@ # Date created: 13 November 1997 # Whom: Douglas Carmichael <dcarmich@mcs.com> # -# $Id: Makefile,v 1.3 1998/08/07 23:01:37 asami Exp $ +# $Id: Makefile,v 1.4 1998/11/23 18:18:35 vanilla Exp $ # DISTNAME= amiwm0.20pl48 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ MAINTAINER= ports@FreeBSD.org +BROKEN= build + #WRKSRC= ${WRKDIR}/amiwm GNU_CONFIGURE= yes USE_X_PREFIX= yes |