svn commit: r524136 - head/devel/cereal

Eugene Grosbein eugen at FreeBSD.org
Sat Jan 25 23:17:47 UTC 2020


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 at stackptr.de>
  Approved by:	Teodor Sigaev <teodor at 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>


More information about the svn-ports-all mailing list