From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 2 07:47:45 2010 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AC541065674; Fri, 2 Apr 2010 07:47:45 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 257A28FC16; Fri, 2 Apr 2010 07:47:44 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id CC0132EC002; Fri, 2 Apr 2010 16:30:38 +0900 (JST) Received: from POLYMER5.scphys.kyoto-u.ac.jp (wd187.BFL38.vectant.ne.jp [210.131.171.187]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 7F90D2EC001; Fri, 2 Apr 2010 16:30:38 +0900 (JST) Message-Id: <201004020730.AA01267@POLYMER5.scphys.kyoto-u.ac.jp> From: Tsurutani Naoki Date: Fri, 02 Apr 2010 16:30:36 +0900 To: bug-followup@FreeBSD.org, pav@freebsd.org In-Reply-To: <201003311308.o2VD8QTq021905@freefall.freebsd.org> References: <201003311308.o2VD8QTq021905@freefall.freebsd.org> MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/144138: failure in building x11-toolkits/xview X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2010 07:47:45 -0000 > Fixed by miwi in r1.52 on 2009/08/06 No, this is not sufficient. Would you kindly try adding CFLAGS in /etc/make.conf ? For example, CFLAGS= -O -pipe Building xview calls many sub make, hence it cannot be built in this case. Addition of CFLAGS is allowed, as I think.