pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/lang/gcc48
On Mon, Sep 05, 2016 at 10:02:45AM +0000, Maya Rashish wrote:
> diff -u pkgsrc/lang/gcc48/Makefile:1.26 pkgsrc/lang/gcc48/Makefile:1.27
> --- pkgsrc/lang/gcc48/Makefile:1.26 Sun Sep 4 18:29:39 2016
> +++ pkgsrc/lang/gcc48/Makefile Mon Sep 5 10:02:45 2016
> @@ -76,10 +76,15 @@ CONFIGURE_ARGS+= --enable-shared
> CONFIGURE_ARGS+= --enable-long-long
> CONFIGURE_ARGS+= --with-local-prefix=${GCC_PREFIX:Q}
>
> -# [2016-09 maya] including <stdio.h> and building with -D_FORTIFY_SOURCE
> -# failsbecause ssp/stdio.h tries tp includes ssp.h, instead of ssp/ssp.h
> -# + other failures, if this is corrected.
> +.if !empty(MACHINE_PLATFORM:MNetBSD-*-*)
> +# [2016-09 maya] use the native SSP code in netbsd libc
> +# including <stdio.h> and building with -D_FORTIFY_SOURCE fails because
> +# ssp/stdio.h tries tp includes ssp.h, instead of ssp/ssp.h + other
> +# failures, even if this is corrected.
> CONFIGURE_ARGS+= --disable-libssp
> +.else
> +CONFIGURE_ARGS+= --enable-libssp
> +.endif
>
> CONFIGURE_ARGS+= --enable-threads=posix
> CONFIGURE_ARGS+= --with-boot-ldflags=${BOOT_LDFLAGS:Q}
CVS like most of the modern version control systems has a fancy feature
called "annotation". It allows anyone to see where a given line of code
comes from. As such, there is no point in including date/developer
markers in comments.
Joerg
Home |
Main Index |
Thread Index |
Old Index