svn commit: r517037 - head/net/librsync2

Piotr Kubaj pkubaj at FreeBSD.org
Fri Nov 8 09:02:31 UTC 2019


Author: pkubaj
Date: Fri Nov  8 09:02:30 2019
New Revision: 517037
URL: https://svnweb.freebsd.org/changeset/ports/517037

Log:
  net/librsync2: fix build on GCC architectures
  
  Needs newer compiler than base GCC:
  /usr/local/poudriere/ports/default/net/librsync2/work/librsync-2.2.1/src/checksum.h:62: error: 'weaksum_t' has no member named 'rs'
  
  Approved by:	mentors (implicit approval)

Modified:
  head/net/librsync2/Makefile

Modified: head/net/librsync2/Makefile
==============================================================================
--- head/net/librsync2/Makefile	Fri Nov  8 08:59:45 2019	(r517036)
+++ head/net/librsync2/Makefile	Fri Nov  8 09:02:30 2019	(r517037)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpopt.so:devel/popt
 
-USES=		cmake
+USES=		compiler:c11 cmake
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 


More information about the svn-ports-all mailing list