Date: Wed, 26 Dec 2018 20:13:41 +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: r488427 - head/graphics/picpuz Message-ID: <201812262013.wBQKDfSl044822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 26 20:13:40 2018 New Revision: 488427 URL: https://svnweb.freebsd.org/changeset/ports/488427 Log: This port requires USES=compiler:c++11-lang to build on GCC-based architectures. While here, add USES=gnome. PR: 234330 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/graphics/picpuz/Makefile Modified: head/graphics/picpuz/Makefile ============================================================================== --- head/graphics/picpuz/Makefile Wed Dec 26 20:11:07 2018 (r488426) +++ head/graphics/picpuz/Makefile Wed Dec 26 20:13:40 2018 (r488427) @@ -14,7 +14,7 @@ COMMENT= Jigsaw puzzle program BROKEN_armv6= fails to compile: use of undeclared identifier __NR_SYSCALL_BASE BROKEN_armv7= fails to compile: use of undeclared identifier __NR_SYSCALL_BASE -USES= dos2unix gmake pkgconfig +USES= compiler:c++11-lang dos2unix gmake gnome pkgconfig DOS2UNIX_GLOB= *.h USE_GNOME= gtk20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262013.wBQKDfSl044822>