aboutsummaryrefslogtreecommitdiff
path: root/audio/libgpod
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-11-27 16:18:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-11-27 16:18:56 +0000
commit6eae853a03fdfc9617ee199f01f55828194daa34 (patch)
treee9149a3fec50e278005169fa127671c442173d27 /audio/libgpod
parent392d0620a51e14d41082b9325b0d4a693fbe0b31 (diff)
downloadports-6eae853a03fdfc9617ee199f01f55828194daa34.tar.gz
ports-6eae853a03fdfc9617ee199f01f55828194daa34.zip
USES=compiler:c++11-lang is required to build this port on GCC-based
architectures. PR: 233539 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=486018
Diffstat (limited to 'audio/libgpod')
-rw-r--r--audio/libgpod/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile
index c97d1c44eb9a..2a4187ecd651 100644
--- a/audio/libgpod/Makefile
+++ b/audio/libgpod/Makefile
@@ -16,7 +16,8 @@ LIB_DEPENDS= libplist.so:devel/libplist \
libtag.so:audio/taglib \
libsgutils2.so:sysutils/sg3_utils
-USES= gettext gmake libtool localbase pathfix pkgconfig sqlite:3 tar:bzip2
+USES= compiler:c++11-lang gettext gmake libtool localbase pathfix \
+ pkgconfig sqlite:3 tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-udev --without-hal \
--with-html-dir="${DOCSDIR:H}"