diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-20 12:26:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-20 12:26:53 +0000 |
commit | 66266812c4036652a19644f6d3c21180533bc6d8 (patch) | |
tree | a615d17791ad3345fad845f3c78ab329569b0bcc | |
parent | 31b4620fd5dff93d7c5f2e2cc0b71ed6b1a04a52 (diff) | |
download | ports-66266812c4036652a19644f6d3c21180533bc6d8.tar.gz ports-66266812c4036652a19644f6d3c21180533bc6d8.zip |
Notes
-rw-r--r-- | multimedia/mediainfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile index 4ad9e470b3b3..1a522764fec4 100644 --- a/multimedia/mediainfo/Makefile +++ b/multimedia/mediainfo/Makefile @@ -14,11 +14,11 @@ 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 -BROKEN_powerpc64= does not build: undefined reference to fmodl - GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool pathfix pkgconfig tar:xz |