svn commit: r498206 - branches/2019Q2/devel/clanlib

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 21:10:07 UTC 2019


Author: antoine
Date: Sat Apr  6 21:10:06 2019
New Revision: 498206
URL: https://svnweb.freebsd.org/changeset/ports/498206

Log:
  MFH: r498205
  
  Mark BROKEN on i386
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/devel/clanlib/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/clanlib/Makefile
==============================================================================
--- branches/2019Q2/devel/clanlib/Makefile	Sat Apr  6 21:09:48 2019	(r498205)
+++ branches/2019Q2/devel/clanlib/Makefile	Sat Apr  6 21:10:06 2019	(r498206)
@@ -15,6 +15,7 @@ COMMENT=	Cross-platform game SDK
 LICENSE=	ZLIB
 
 BROKEN_aarch64=		fails to compile: X11/x11_window.cpp:1626:40: use of undeclared identifier 'malloc'; did you mean 'valloc'?
+BROKEN_i386=		typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libmikmod.so:audio/libmikmod \


More information about the svn-ports-all mailing list