aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2013-09-25 09:52:29 +0800
committerjhale <jhale@FreeBSD.org>2013-09-25 09:52:29 +0800
commitd9d79d22f594913f42800df38430ac40cb8ee9cb (patch)
treea9c55e5d7d99b8f24b6445bd191b0da1de29d2aa /audio
parent822959af7dcc445f0fb28bb5ea1a70a794c04b8d (diff)
downloadfreebsd-ports-gnome-d9d79d22f594913f42800df38430ac40cb8ee9cb.tar.gz
freebsd-ports-gnome-d9d79d22f594913f42800df38430ac40cb8ee9cb.tar.zst
freebsd-ports-gnome-d9d79d22f594913f42800df38430ac40cb8ee9cb.zip
- Whitespace fix
Diffstat (limited to 'audio')
-rw-r--r--audio/chromaprint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile
index 233aa6ffe215..670b9cc5a38f 100644
--- a/audio/chromaprint/Makefile
+++ b/audio/chromaprint/Makefile
@@ -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>