diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-15 00:29:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-15 00:29:34 +0800 |
commit | 524509fec8f312da0e39a2a31c6d1e917c5e58e7 (patch) | |
tree | ab821c81970d579070279f607d5ee5e6dded3507 /multimedia | |
parent | 3ba6598002ad375f0966b5e89f2e3532c748daa7 (diff) | |
download | freebsd-ports-gnome-524509fec8f312da0e39a2a31c6d1e917c5e58e7.tar.gz freebsd-ports-gnome-524509fec8f312da0e39a2a31c6d1e917c5e58e7.tar.zst freebsd-ports-gnome-524509fec8f312da0e39a2a31c6d1e917c5e58e7.zip |
Fix build on powerpc64
PR: 232101
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libzen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libzen/Makefile b/multimedia/libzen/Makefile index eee2943ea94e..8955284e1977 100644 --- a/multimedia/libzen/Makefile +++ b/multimedia/libzen/Makefile @@ -16,11 +16,13 @@ LICENSE_FILE= ${WRKSRC}/../../../License.txt CONFLICTS_INSTALL= mediainfo-0.[0-6]* mediainfo-0.7.[0-5]* +USES= compiler:c++11-lang libtool pathfix tar:xz + CONFIGURE_ARGS= --enable-shared --enable-static GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_CXXSTD= c++11 USE_LDCONFIG= yes -USES= libtool pathfix tar:xz WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource/ZenLib/Project/GNU/Library |