From owner-svn-ports-all@FreeBSD.ORG Fri Mar 29 21:19:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D8AEB51F; Fri, 29 Mar 2013 21:19:12 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C9D50B16; Fri, 29 Mar 2013 21:19:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2TLJCE2041426; Fri, 29 Mar 2013 21:19:12 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2TLJCLl041425; Fri, 29 Mar 2013 21:19:12 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201303292119.r2TLJCLl041425@svn.freebsd.org> From: Pawel Pekala Date: Fri, 29 Mar 2013 21:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315573 - head/audio/toolame X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 21:19:12 -0000 Author: pawel Date: Fri Mar 29 21:19:12 2013 New Revision: 315573 URL: http://svnweb.freebsd.org/changeset/ports/315573 Log: Fix build with clang PR: ports/176765 Submitted by: myself Approved by: maintainer timeout Modified: head/audio/toolame/Makefile (contents, props changed) Modified: head/audio/toolame/Makefile ============================================================================== --- head/audio/toolame/Makefile Fri Mar 29 21:16:49 2013 (r315572) +++ head/audio/toolame/Makefile Fri Mar 29 21:19:12 2013 (r315573) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tooLAME -# Date created: Wed May 22 16:53:26 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= toolame PORTVERSION= 0.2l @@ -21,6 +17,7 @@ LICENSE= LGPL21 USE_GMAKE= yes ALL_TARGET= ${PORTNAME} MAKE_ARGS= CC="${CC}" TWEAKS="${CFLAGS}" ARCH="" PG="" OPTIM="" +USE_CSTD= gnu89 PLIST_FILES= bin/toolame PORTDOCS= FUTURE HISTORY LGPL.txt README