svn commit: r315573 - head/audio/toolame
Pawel Pekala
pawel at FreeBSD.org
Fri Mar 29 21:19:12 UTC 2013
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 <lioux at FreeBSD.org>
-#
+# Created by: Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
# $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
More information about the svn-ports-head
mailing list