Date: Sun, 18 Aug 2013 09:40:01 GMT From: Chie Taguchi <taguchi.ch@gmail.com> To: gnome@FreeBSD.org Subject: Re: ports/181372: [patch]x11-fonts/fontconfig fc-cache Segmentation fault on arm Message-ID: <201308180940.r7I9e1Ws050656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181372; it has been noted by GNATS. From: Chie Taguchi <taguchi.ch@gmail.com> To: freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org, bug-followup@FreeBSD.org Cc: taguchi.ch@gmail.com, edwin@FreeBSD.org Subject: Re: ports/181372: [patch]x11-fonts/fontconfig fc-cache Segmentation fault on arm Date: Sun, 18 Aug 2013 18:34:09 +0900 This is a multi-part message in MIME format. --Multipart=_Sun__18_Aug_2013_18_34_09_+0900_yGxp/I2dn_yLzf+P Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit my patchfile is missing.. and i reattach it. thanks, C.Taguchi On Sun, 18 Aug 2013 08:50:16 GMT edwin@FreeBSD.org wrote: > Synopsis: [patch]x11-fonts/fontconfig fc-cache Segmentation fault on arm > > Responsible-Changed-From-To: freebsd-ports-bugs->gnome > Responsible-Changed-By: edwin > Responsible-Changed-When: Sun Aug 18 08:50:16 UTC 2013 > Responsible-Changed-Why: > Over to maintainer (via the GNATS Auto Assign Tool) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=181372 > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" -- Chie Taguchi <taguchi.ch@gmail.com> --Multipart=_Sun__18_Aug_2013_18_34_09_+0900_yGxp/I2dn_yLzf+P Content-Type: text/plain; name="patch-fontconfig.txt" Content-Disposition: attachment; filename="patch-fontconfig.txt" Content-Transfer-Encoding: 7bit --- Makefile.orig 2013-08-18 16:56:42.000000000 +0900 +++ Makefile 2013-08-18 16:56:26.000000000 +0900 @@ -42,6 +42,10 @@ .include <bsd.port.options.mk> +.if ${ARCH} == arm || ${ARCH} == armv6 +USE_GCC= 4.2 +.endif + post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} --Multipart=_Sun__18_Aug_2013_18_34_09_+0900_yGxp/I2dn_yLzf+P--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308180940.r7I9e1Ws050656>