Date: Sat, 25 Jan 2020 23:17:47 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524136 - head/devel/cereal Message-ID: <202001252317.00PNHlic050667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Sat Jan 25 23:17:47 2020 New Revision: 524136 URL: https://svnweb.freebsd.org/changeset/ports/524136 Log: devel/cereal: unbreak build for systems without 32 bit compat. shims. PORTREVISION not bumped as the fix does not change previously built package. Submitted by: Hinnerk van Bruinehsen <hvbruinehsen@stackptr.de> Approved by: Teodor Sigaev <teodor@sigaev.ru> (maintainer) Modified: head/devel/cereal/Makefile Modified: head/devel/cereal/Makefile ============================================================================== --- head/devel/cereal/Makefile Sat Jan 25 21:35:26 2020 (r524135) +++ head/devel/cereal/Makefile Sat Jan 25 23:17:47 2020 (r524136) @@ -22,4 +22,7 @@ GH_ACCOUNT= USCiLab CFLAGS+= -Wno-unused-private-field +CMAKE_ON= SKIP_PORTABILITY_TEST +CMAKE_OFF= WITH_WERROR + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001252317.00PNHlic050667>