Date: Tue, 30 Oct 2018 19:15:46 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483516 - head/graphics/waifu2x-converter-cpp Message-ID: <201810301915.w9UJFkhk034317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Oct 30 19:15:45 2018 New Revision: 483516 URL: https://svnweb.freebsd.org/changeset/ports/483516 Log: Now builds on powerpc64. Modified: head/graphics/waifu2x-converter-cpp/Makefile Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Tue Oct 30 19:09:11 2018 (r483515) +++ head/graphics/waifu2x-converter-cpp/Makefile Tue Oct 30 19:15:45 2018 (r483516) @@ -14,8 +14,6 @@ LICENSE_COMB= multi LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to link: libw2xc.so: undefined reference to cv::imread - BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl LIB_DEPENDS= libopencv_highgui.so:graphics/opencv \ libopencv_imgproc.so:graphics/opencv-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301915.w9UJFkhk034317>