svn commit: r506741 - head/sysutils/fusefs-rar2fs

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jul 16 13:37:16 UTC 2019


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
 


More information about the svn-ports-head mailing list