Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2013 17:20:01 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321802 - head/devel/tevent/files
Message-ID:  <201306261720.r5QHK1wK098614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Jun 26 17:20:01 2013
New Revision: 321802
URL: http://svnweb.freebsd.org/changeset/ports/321802

Log:
  - Fix build on i386. Add -fstack-protector to LDFLAGS.
  - Remove a patch for FreeBSD 6.
  
  PR:		179998

Added:
  head/devel/tevent/files/patch-lib__replace__wscript   (contents, props changed)
Deleted:
  head/devel/tevent/files/patch-lib__replace__system__wait.h

Added: head/devel/tevent/files/patch-lib__replace__wscript
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/tevent/files/patch-lib__replace__wscript	Wed Jun 26 17:20:01 2013	(r321802)
@@ -0,0 +1,10 @@
+--- lib/replace/wscript.orig
++++ lib/replace/wscript
+@@ -55,6 +55,7 @@
+ 
+     if conf.CHECK_CFLAGS(['-fstack-protector']):
+         conf.ADD_CFLAGS('-fstack-protector')
++        conf.ADD_LDFLAGS('-fstack-protector')
+ 
+     # Try to find the right extra flags for -Werror behaviour
+     for f in ["-Werror",       # GCC



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