svn commit: r498204 - branches/2019Q2/graphics/a2png

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 21:08:14 UTC 2019


Author: antoine
Date: Sat Apr  6 21:08:12 2019
New Revision: 498204
URL: https://svnweb.freebsd.org/changeset/ports/498204

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

Modified:
  branches/2019Q2/graphics/a2png/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/graphics/a2png/Makefile
==============================================================================
--- branches/2019Q2/graphics/a2png/Makefile	Sat Apr  6 21:07:48 2019	(r498203)
+++ branches/2019Q2/graphics/a2png/Makefile	Sat Apr  6 21:08:12 2019	(r498204)
@@ -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