diff options
author | pkubaj <pkubaj@FreeBSD.org> | 2019-11-08 17:02:30 +0800 |
---|---|---|
committer | pkubaj <pkubaj@FreeBSD.org> | 2019-11-08 17:02:30 +0800 |
commit | db0d00dac4dd688ed8abefbaa3e011d607bece71 (patch) | |
tree | c099b4db1b5c6aa8717449c3a4d439e3b2843590 /net | |
parent | d0e3a797af19d2b5f6278bd1e73ec931c6957a99 (diff) | |
download | freebsd-ports-gnome-db0d00dac4dd688ed8abefbaa3e011d607bece71.tar.gz freebsd-ports-gnome-db0d00dac4dd688ed8abefbaa3e011d607bece71.tar.zst freebsd-ports-gnome-db0d00dac4dd688ed8abefbaa3e011d607bece71.zip |
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)
Diffstat (limited to 'net')
-rw-r--r-- | net/librsync2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/librsync2/Makefile b/net/librsync2/Makefile index 8cd1e5709a8f..73e0864e4c91 100644 --- a/net/librsync2/Makefile +++ b/net/librsync2/Makefile @@ -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 |