Bug 178041

Summary: editors/libreoffice: WITH_GCC option should migrate to OptionsNG
Product: Ports & Packages Reporter: HATANO Tomomi <hatanou>
Component: Individual Port(s)Assignee: FreeBSD Office Team <office>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description HATANO Tomomi 2013-04-22 07:10:00 UTC
On 9.1-RELEASE i386, editors/libreoffice built with clang doesn't run at all.
Built with lang/gcc46 runs OK.
(On amd64 machines, this problem doesn't appear.)

Old style WITH_GCC option is left in Makefile.
It should migrate to optionsNG.

Fix: Apply attached patch.

Patch attached with submission follows:
How-To-Repeat: Build libreoffice on i386 machine and try running.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-22 07:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->office

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jung-uk Kim freebsd_committer freebsd_triage 2013-05-28 18:02:12 UTC
State Changed
From-To: open->closed

clang-3.2_4 has corrected the problem.