diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-28 00:18:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-28 00:18:56 +0800 |
commit | 1d16357793892afa118863b74e1847f5a42fdb5c (patch) | |
tree | e9149a3fec50e278005169fa127671c442173d27 /audio | |
parent | 88cc318aaee9231f48134750f9f5e41052ca4cff (diff) | |
download | freebsd-ports-gnome-1d16357793892afa118863b74e1847f5a42fdb5c.tar.gz freebsd-ports-gnome-1d16357793892afa118863b74e1847f5a42fdb5c.tar.zst freebsd-ports-gnome-1d16357793892afa118863b74e1847f5a42fdb5c.zip |
USES=compiler:c++11-lang is required to build this port on GCC-based
architectures.
PR: 233539
Submitted by: Piotr Kubaj
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libgpod/Makefile | 3 |
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}" |