pkgsrc-Users archive

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

Re: Compiler with PCH support? gcc-aux and gcc5-aux fail to build



from maya%netbsd.org@localhost:

> Sorry, I got confused between CONFIGURE_ENV and CONFIGURE_ARGS.
> This should do it.
 
> Index: Makefile
===================================================================
> RCS file: /cvsroot/pkgsrc/lang/gcc-aux/Makefile,v
> retrieving revision 1.27
> diff -u -r1.27 Makefile
> --- Makefile    19 Jan 2017 18:52:13 -0000      1.27
> +++ Makefile    4 Jul 2017 07:51:25 -0000
@@ -192,6 +192,7 @@
>  CONFIGURE_ARGS+=       --prefix=${PKG_PREFIX:Q}
>  CONFIGURE_ARGS+=       --enable-threads=posix
>  CONFIGURE_ARGS+=       --enable-checking=release
> +CONFIGURE_ARGS+=       --disable-libstdcxx-pch
>  CONFIGURE_ARGS+=       --disable-libmudflap
>  CONFIGURE_ARGS+=       --disable-libgomp
>  CONFIGURE_ARGS+=       --disable-libssp

I inserted the line at a different place. 

I will try again, not now because computer is in the middle of building abiword and abiword-plugins, and I am overdue for bed.

I also want to build gnumeric and some other things.

I could try your patch on gcc-aux, and if that works, also gcc5-aux.

I didn't even think of CONFIGURE_ARGS when I read your CONFIGURE_ENV.

Tom


Home | Main Index | Thread Index | Old Index