svn commit: r321802 - head/devel/tevent/files
Tijl Coosemans
tijl at FreeBSD.org
Wed Jun 26 17:20:01 UTC 2013
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
More information about the svn-ports-all
mailing list