Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 21:08:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498204 - branches/2019Q2/graphics/a2png
Message-ID:  <201904062108.x36L8Cwb017593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904062108.x36L8Cwb017593>