Date: Tue, 30 Mar 2021 19:11:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569571 - head/graphics/openjph Message-ID: <202103301911.12UJBxM3098046@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Mar 30 19:11:59 2021 New Revision: 569571 URL: https://svnweb.freebsd.org/changeset/ports/569571 Log: Do not build this port on i386 Modified: head/graphics/openjph/Makefile Modified: head/graphics/openjph/Makefile ============================================================================== --- head/graphics/openjph/Makefile Tue Mar 30 19:11:54 2021 (r569570) +++ head/graphics/openjph/Makefile Tue Mar 30 19:11:59 2021 (r569571) @@ -12,6 +12,9 @@ COMMENT= Open-source implementation of JPEG2000 Part-1 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= is currently 64-bit only + USES= cmake compiler:c++11-lang pathfix CMAKE_ON= BUILD_SHARED_LIBS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103301911.12UJBxM3098046>