From b4eb19398656b316cfac9404d5eec2fc33cb7981 Mon Sep 17 00:00:00 2001
From: asami <asami@FreeBSD.org>
Date: Sun, 23 Aug 1998 07:27:15 +0000
Subject: Mark broken for -stable too. ===  : cc -c -O2 -pipe -Idevelhdrs   
 xc_builtins.c xc_builtins.c:37: X11/Xlib.h: No such file or directory
 xc_builtins.c:38: X11/Xutil.h: No such file or directory xc_builtins.c:39:
 X11/Xresource.h: No such file or directory xc_builtins.c:101: parse error
 before `*' xc_builtins.c:148: parse error before `*'  :

---
 devel/ups-debug/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'devel')

diff --git a/devel/ups-debug/Makefile b/devel/ups-debug/Makefile
index 1b69e7c42c2..a6796049f53 100644
--- a/devel/ups-debug/Makefile
+++ b/devel/ups-debug/Makefile
@@ -4,7 +4,7 @@
 # Date created:			  Mon Feb 03, 1997
 # Whom:				  David O'Brien (obrien@FreeBSD.org)
 #
-# $Id: Makefile,v 1.2 1998/06/24 07:31:06 obrien Exp $
+# $Id: Makefile,v 1.3 1998/08/17 11:22:36 jseger Exp $
 #
 
 DISTNAME=	ups-3.32
@@ -17,6 +17,8 @@ MAINTAINER=     obrien@FreeBSD.org
 OSVERSION!=	sysctl -n kern.osreldate
 .if ${OSVERSION} >= 300000
 BROKEN=	"During build: Libvar_addrs[0] is not constant"
+.else
+BROKEN=	"xc_builtins.c cannot find X11/Xlib.h"
 .endif
 
 ALL_TARGET=	ups ups
-- 
cgit