The recommended way to disable -fabi-version=1 would be

  NoSetCXXFLAGS: true

Although as Peter pointed out, with g++-3.3 -fabi-version=1 should have
absolutely no effect (since by default the abi-version *is* 1).

  -- Dave

Corey Halpin <[EMAIL PROTECTED]> wrote:

> Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4320
> 
> Modified Files:
>       monotone.info 
> Log Message:
> Use SetCC and SetCXX so that more nastiness does not bite.
> 
> 
> Index: monotone.info
> ===================================================================
> RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
> retrieving revision 1.8
> retrieving revision 1.9
> diff -u -d -r1.8 -r1.9
> --- monotone.info     13 Apr 2005 13:27:06 -0000      1.8
> +++ monotone.info     13 Apr 2005 14:32:09 -0000      1.9
> @@ -8,17 +8,16 @@
>  Depends: boost1.31, gettext, libiconv
>  SetCPPFlags: -D__unix -Wno-long-double
>  SetLDFlags: -lintl -liconv
> +GCC: 3.3
> +SetCC: gcc-3.3
> +SetCXX: g++-3.3
>  ConfigureParams: <<
>    --infodir=%i/share/info --mandir=%i/share/man 
> --disable-dependency-tracking 
>  <<
>  CompileScript: <<
>  #!/bin/bash
> -echo RUNNING SCRIPT
>  export CPPFLAGS=`echo $CPPFLAGS | sed -e 's/-fabi-version=1//g' `
>  export CXXFLAGS=`echo $CXXFLAGS | sed -e 's/-fabi-version=1//g' `
> -echo $CPPFLAGS
> -echo $CXXFLAGS
> -echo =====
>  ./configure %c
>  make
>  <<
> 
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to