From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:30:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2114216A41F; Fri, 17 Mar 2006 21:30:01 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEAB43D55; Fri, 17 Mar 2006 21:30:00 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HLU0wu015210; Fri, 17 Mar 2006 21:30:00 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HLU0m3015209; Fri, 17 Mar 2006 21:30:00 GMT (envelope-from netchild) Message-Id: <200603172130.k2HLU0m3015209@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 17 Mar 2006 21:30:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pwlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:30:01 -0000 netchild 2006-03-17 21:30:00 UTC FreeBSD ports repository Modified files: devel/pwlib Makefile Log: The previous revision resulted in a lib with unresolvable symbols. This seems to be a bug in gcc 3.4. As a workaround only use level one optimization (-O1). Approved by: maintainer Revision Changes Path 1.25 +7 -5 ports/devel/pwlib/Makefile