svn commit: r328234 - head/audio/chromaprint

Jason E. Hale jhale at FreeBSD.org
Wed Sep 25 01:52:29 UTC 2013


Author: jhale
Date: Wed Sep 25 01:52:29 2013
New Revision: 328234
URL: http://svnweb.freebsd.org/changeset/ports/328234

Log:
  - Whitespace fix

Modified:
  head/audio/chromaprint/Makefile

Modified: head/audio/chromaprint/Makefile
==============================================================================
--- head/audio/chromaprint/Makefile	Wed Sep 25 01:36:57 2013	(r328233)
+++ head/audio/chromaprint/Makefile	Wed Sep 25 01:52:29 2013	(r328234)
@@ -28,7 +28,7 @@ post-patch:
 .include <bsd.port.pre.mk>
 
 .if (${CXX:T} == "clang++" && ${OSVERSION} > 902000) || ${OSVERSION} > 1000054
-CXXFLAGS+= -stdlib=libc++ -std=c++11
+CXXFLAGS+=	-stdlib=libc++ -std=c++11
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list