pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc47



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Sep  6 15:04:57 UTC 2016

Modified Files:
        pkgsrc/lang/gcc47: Makefile

Log Message:
gcc47: forgotten stray unconditional --enable-libssp


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/lang/gcc47/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc47/Makefile
diff -u pkgsrc/lang/gcc47/Makefile:1.38 pkgsrc/lang/gcc47/Makefile:1.39
--- pkgsrc/lang/gcc47/Makefile:1.38     Tue Sep  6 12:00:33 2016
+++ pkgsrc/lang/gcc47/Makefile  Tue Sep  6 15:04:57 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/09/06 12:00:33 maya Exp $
+# $NetBSD: Makefile,v 1.39 2016/09/06 15:04:57 maya Exp $
 
 GCC_PKGNAME=           gcc47
 .include               "version.mk"
@@ -86,7 +86,6 @@ CONFIGURE_ARGS+=      --enable-languages=${LA
 CONFIGURE_ARGS+=       --enable-shared
 CONFIGURE_ARGS+=       --enable-long-long
 CONFIGURE_ARGS+=       --with-local-prefix=${GCC_PREFIX:Q}
-CONFIGURE_ARGS+=       --enable-libssp
 CONFIGURE_ARGS+=       --enable-threads=posix
 CONFIGURE_ARGS+=       --with-boot-ldflags=${BOOT_LDFLAGS:Q}
 



Home | Main Index | Thread Index | Old Index