Bug 120606 - japanese/Wnn7-lib: USE_GCC=3.4 for CURRENT
Summary: japanese/Wnn7-lib: USE_GCC=3.4 for CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-13 06:10 UTC by NAKAJI Hiroyuki
Modified: 2008-03-23 16:10 UTC (History)
0 users

See Also:


Attachments
file.diff (831 bytes, patch)
2008-02-13 06:10 UTC, NAKAJI Hiroyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NAKAJI Hiroyuki 2008-02-13 06:10:01 UTC
	To remove BROKEN of "${OSVERSION} >= 700042 system", USE_GCC=3.4
	is enough. It is also necessary to pass "CC=${CC}" at do-build
	stage.
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-03-23 16:00:32 UTC
nobutaka    2008-03-23 16:00:27 UTC

  FreeBSD ports repository

  Modified files:
    japanese/Wnn7-lib    Makefile 
  Added files:
    japanese/Wnn7-lib/files patch-Wnn_etc_bdic.c 
                            patch-Wnn_jlib_jl.c 
                            patch-Wnn_jlib_js.c 
  Log:
  Fix build error with gcc-4.2.
  
  PR:             ports/120606
  Submitted by:   NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
  
  Revision  Changes    Path
  1.40      +0 -4      ports/japanese/Wnn7-lib/Makefile
  1.1       +12 -0     ports/japanese/Wnn7-lib/files/patch-Wnn_etc_bdic.c (new)
  1.1       +20 -0     ports/japanese/Wnn7-lib/files/patch-Wnn_jlib_jl.c (new)
  1.1       +23 -0     ports/japanese/Wnn7-lib/files/patch-Wnn_jlib_js.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2008-03-23 16:00:53 UTC
State Changed
From-To: open->closed

I've fixed build error with gcc-4.2, Thanks!