pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43912: lang/hugs fails to build on sparc64



The following reply was made to PR pkg/43912; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/43912: lang/hugs fails to build on sparc64
Date: Mon, 27 Sep 2010 16:23:37 +0900

 On Mon, 27 Sep 2010 16:10:00 +0900, <schaecsn%gmx.net@localhost> wrote:
 
 > A small note: From lang/hugs Makefile:
 >
 > # The default -O2 breaks the interpreter producing strange internal errors
 > # at run time.
 > .if !empty(CC_VERSION:Mgcc-4*)
 > CFLAGS+=    -O0
 > .endif
 
 How about replace "CFLAGS+=-O0" line with followings?
 
 BUILDLINK_TRANSFORM+= rename:-O*:-O0
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index