svn commit: r308132 - head/audio/amrcoder

Pietro Cerutti gahr at FreeBSD.org
Mon Dec 3 10:34:52 UTC 2012


Author: gahr
Date: Mon Dec  3 10:34:51 2012
New Revision: 308132
URL: http://svnweb.freebsd.org/changeset/ports/308132

Log:
  - Fix build with clang
  - Trim Makefile header
  
  Feature safe:	yes

Modified:
  head/audio/amrcoder/Makefile   (contents, props changed)

Modified: head/audio/amrcoder/Makefile
==============================================================================
--- head/audio/amrcoder/Makefile	Mon Dec  3 10:24:09 2012	(r308131)
+++ head/audio/amrcoder/Makefile	Mon Dec  3 10:34:51 2012	(r308132)
@@ -1,10 +1,5 @@
-# New ports collection makefile for:	amrcoder
-# Date created:				5 March 2005
-# Whom:					Andrew Wingorodov (Wingborn) <programmer at coolsoft.ru>
-#
+# Created by: Andrew Wingorodov (Wingborn) <programmer at coolsoft.ru>
 # $FreeBSD$
-#
-#
 
 PORTNAME=	amrcoder
 PORTVERSION=	1.0
@@ -23,4 +18,7 @@ MANCOMPRESSED=	yes
 post-extract:
 	@${RM} ${WRKSRC}/*.o
 
+post-patch:
+	${REINPLACE_CMD} -e 's|O4|O3|' ${WRKSRC}/${MAKEFILE}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list