Date: Fri, 8 Nov 2019 09:02:31 +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: r517037 - head/net/librsync2 Message-ID: <201911080902.xA892VWx011116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911080902.xA892VWx011116>