svn commit: r316371 - head/audio/ladspa

Chris Rees crees at FreeBSD.org
Tue Apr 23 16:41:46 UTC 2013


Author: crees
Date: Tue Apr 23 16:41:46 2013
New Revision: 316371
URL: http://svnweb.freebsd.org/changeset/ports/316371

Log:
  Unbreak on head (probably ccache too)
  
  PR:		ports/178058
  Approved by:	arved (maintainer)

Modified:
  head/audio/ladspa/Makefile

Modified: head/audio/ladspa/Makefile
==============================================================================
--- head/audio/ladspa/Makefile	Tue Apr 23 16:41:07 2013	(r316370)
+++ head/audio/ladspa/Makefile	Tue Apr 23 16:41:46 2013	(r316371)
@@ -29,7 +29,7 @@ BUILD_WRKSRC=	${WRKSRC}/src
 MAKE_JOBS_SAFE=	yes
 
 post-patch:
-	${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},; \
+	${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},; s,-Werror ,,; \
 		s,^CC,#CC,;s,^CPP,#CPP,;s,CPP,CXX,; s,^CXXFLAGS.*=,CXXFLAGS+=,' \
 		${WRKSRC}/src/makefile
 


More information about the svn-ports-all mailing list