Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 01:52:29 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328234 - head/audio/chromaprint
Message-ID:  <201309250152.r8P1qTGV008997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309250152.r8P1qTGV008997>