Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 11:08:09 -0500
From:      Kevin Zheng <kevinz5000@gmail.com>
To:        office@freebsd.org
Subject:   Re: Fixing USE_GCC for LibreOffice on i386
Message-ID:  <518FBE69.4030001@gmail.com>
In-Reply-To: <518D61C1.7020402@gmail.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
Hello again,

Attached is a patch for my proposed solution. It's nothing profound, but
somebody should check to be sure that I did it right. You can apply the
patch by using `svn patch <file>`.

If somebody decides to commit this patch, it should close ports/176967
and ports/178041. Maybe even ports/176893.

Thanks,
Kevin Zheng

[-- Attachment #2 --]
Index: Makefile
===================================================================
--- Makefile	(revision 317964)
+++ Makefile	(working copy)
@@ -343,7 +343,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_GCC)
+.if defined(WITH_GCC) || ${ARCH} == "i386"
 USE_GCC=	4.6+
 CONFIGURE_ENV+=	CXXCPP="${CPP}"
 .else
home | help

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