Date: Tue, 16 Jul 2019 13:37:15 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506741 - head/sysutils/fusefs-rar2fs Message-ID: <201907161337.x6GDbFRN030113@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jul 16 13:37:15 2019 New Revision: 506741 URL: https://svnweb.freebsd.org/changeset/ports/506741 Log: sysutils/fusefs-rar2fs: fix build on GCC architectures Add USES=compiler:c11 to fix linking: checking for RARGetDllVersion in -lunrar... no Approved by: mentors (implicit approval) Modified: head/sysutils/fusefs-rar2fs/Makefile Modified: head/sysutils/fusefs-rar2fs/Makefile ============================================================================== --- head/sysutils/fusefs-rar2fs/Makefile Tue Jul 16 11:17:43 2019 (r506740) +++ head/sysutils/fusefs-rar2fs/Makefile Tue Jul 16 13:37:15 2019 (r506741) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${NONEXISTENT}:${LIBUNRAR_PORT}:patch LIB_DEPENDS= libunrar.so:${LIBUNRAR_PORT} -USES= autoreconf gmake fuse +USES= autoreconf compiler:c11 gmake fuse USE_GITHUB= yes GH_ACCOUNT= hasse69
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907161337.x6GDbFRN030113>