diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-15 00:29:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-15 00:29:50 +0800 |
commit | db61a286e2a9457a546574cb57b12bd208820718 (patch) | |
tree | 29356c0a1c944393c60e53d7efa93f04b2c6d86b /multimedia | |
parent | 291e3189e8dddf899d1a400507f8a3c743f24724 (diff) | |
download | freebsd-ports-gnome-db61a286e2a9457a546574cb57b12bd208820718.tar.gz freebsd-ports-gnome-db61a286e2a9457a546574cb57b12bd208820718.tar.zst freebsd-ports-gnome-db61a286e2a9457a546574cb57b12bd208820718.zip |
Fix build on powerpc64
PR: 232104
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mediainfo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile index 3ab0cbd4c696..865335cab704 100644 --- a/multimedia/mediainfo/Makefile +++ b/multimedia/mediainfo/Makefile @@ -14,14 +14,14 @@ COMMENT= Provides technical and tag information for video and audio files LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../../../License.html -BROKEN_powerpc64= does not build: undefined reference to fmodl - LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo \ libzen.so:multimedia/libzen +USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz + GNU_CONFIGURE= yes +USE_CXXSTD= c++11 USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig tar:xz PLIST_FILES= bin/mediainfo WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI |