From owner-cvs-ports Fri Feb 7 21:59:15 2003 Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A98B337B401; Fri, 7 Feb 2003 21:59:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 496C543FAF; Fri, 7 Feb 2003 21:59:13 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h185xDbv046441; Fri, 7 Feb 2003 21:59:13 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h185xDH2046440; Fri, 7 Feb 2003 21:59:13 -0800 (PST) Message-Id: <200302080559.h185xDH2046440@repoman.freebsd.org> From: Mikhail Teterin Date: Fri, 7 Feb 2003 21:59:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: ports/graphics/libfpx/files Makefile.bsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2003/02/07 21:59:13 PST Modified files: graphics/libfpx/files Makefile.bsd Log: Make sure warnings are not fatal when compiling the C++ parts of this package by explicitly appending -Wno-error to CXXFLAGS. This assumes, the compiler is from the gcc family, but the assumption was already there -- in the explicit -Werror appended to CFLAGS. Reported by: Dirk Meyer Revision Changes Path 1.6 +1 -1 ports/graphics/libfpx/files/Makefile.bsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-ports" in the body of the message