Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2011 17:20:12 GMT
From:      kandrew <mail2kandrew@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/157014: devel/jam: does not compile on FreeBSD 9.0 CURRENT/amd64
Message-ID:  <201106101720.p5AHKCRU006468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/157014; it has been noted by GNATS.

From: kandrew <mail2kandrew@gmail.com>
To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de
Cc:  
Subject: Re: ports/157014: devel/jam: does not compile on FreeBSD 9.0
 CURRENT/amd64
Date: Fri, 10 Jun 2011 09:43:52 -0700

 --=-T7icCOurchUrrZakxj4I
 Content-Type: text/plain; charset="UTF-8"
 Content-Transfer-Encoding: 7bit
 
 Hi!
 
 For me it compiles ok with compiler option -fno-strict-aliasing or at
 optimization level 1. 
 I have created a patch to add the option specified above to the CFLAGS
 variable while compiling (patch is attached).
 
 --=-T7icCOurchUrrZakxj4I
 Content-Disposition: attachment; filename="patch-Makefile2"
 Content-Type: text/x-patch; name="patch-Makefile2"; charset="UTF-8"
 Content-Transfer-Encoding: 7bit
 
 --- Makefile.orig	2011-06-10 08:30:54.000000000 +0000
 +++ Makefile	2011-06-10 08:31:15.000000000 +0000
 @@ -2,6 +2,7 @@
  
  EXENAME = ./jam0
  TARGET = -o $(EXENAME)
 +CFLAGS += -fno-strict-aliasing
  
  # Special flavors - uncomment appropriate lines
  
 
 --=-T7icCOurchUrrZakxj4I--
 



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