svn commit: r498203 - head/graphics/a2png

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


Author: antoine
Date: Sat Apr  6 21:07:48 2019
New Revision: 498203
URL: https://svnweb.freebsd.org/changeset/ports/498203

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

Modified:
  head/graphics/a2png/Makefile

Modified: head/graphics/a2png/Makefile
==============================================================================
--- head/graphics/a2png/Makefile	Sat Apr  6 21:06:49 2019	(r498202)
+++ head/graphics/a2png/Makefile	Sat Apr  6 21:07:48 2019	(r498203)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libgd.so:graphics/gd
 
 BROKEN_armv6 =		fails to build: parse.c:(.text+0x174): undefined reference to 'fgettok'
 BROKEN_armv7 =		fails to build: parse.c:(.text+0x174): undefined reference to 'fgettok'
+BROKEN_i386=		fails to build: parse.c:(.text+0x135): undefined reference to 'fgettok'
 
 USES=		tar:bzip2
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list