Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2001 12:50:01 -0700 (PDT)
From:      Jean-Sebastien Roy <js@jeannot.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/26997: Update/New port: math/scilab 2.6
Message-ID:  <200108121950.f7CJo1s74730@freefall.freebsd.org>

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

From: Jean-Sebastien Roy <js@jeannot.org>
To: freebsd-gnats-submit@FreeBSD.org, jean-sebastien.roy@wanadoo.fr
Cc:  
Subject: Re: ports/26997: Update/New port: math/scilab 2.6
Date: Sun, 12 Aug 2001 21:48:46 +0200

 A little patch to honor CFLAGS :
 
 diff -ruN scilab.bak/files/patch-ac scilab/files/patch-ac
 --- scilab.bak/files/patch-ac   Sun Aug 12 16:59:08 2001
 +++ scilab/files/patch-ac       Sun Aug 12 17:00:58 2001
 @@ -1,5 +1,22 @@
  --- configure  Mon Apr 30 22:08:50 2001
  +++ configure  Mon Apr 30 22:10:33 2001
 +@@ -2528,13 +2528,13 @@
 + # FreeBSD  systems (not supported by INRIA)
 +   *-*-freebsd*)
 +      GCC=yes
 +-     CC=gcc
 +-     CC_OPTIONS='-O2 -Dfreebsd'
 ++     CC=cc
 ++     CC_OPTIONS="${CFLAGS} -Dfreebsd"
 +      CC_LDFLAGS=-lm
 +      CC_PICFLAGS='-fPIC'
 +      # script shell f77 have bugs, get ours
 +      FC=f77
 +-     FC_OPTIONS='-O2 -Dfreebsd'
 ++     FC_OPTIONS="${CFLAGS} -Dfreebsd"
 +      FC_OPTIONS_O0='-Dfreebsd'
 +      FC_LDFLAGS=-lm
 +      FC_PICFLAGS='-fPIC'
  @@ -4635,8 +4635,8 @@
   EOF
 
 js

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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