components/gcc53/patches/006-fixincludes.patch
changeset 5478 2b166911e3bb
parent 5419 0a6df3707968
--- a/components/gcc53/patches/006-fixincludes.patch	Tue Feb 16 14:56:03 2016 -0800
+++ b/components/gcc53/patches/006-fixincludes.patch	Thu Feb 18 23:14:56 2016 -0800
@@ -12,9 +12,9 @@
  # DOS/Windows filesystems.
  find . -name '[Dd][Oo][Nn][Ee]' -exec rm -f '{}' ';'
  
-+# We only want limits.h and syslimits.h fixed on Solaris
++# We only want limits.h, syslimits.h, and feature_tests.h fixed on Solaris
 +for file in `find . -type f | \
-+             egrep -v './(limits.h|syslimits.h)'` ; do
++             egrep -v './(limits.h|syslimits.h|sys/feature_tests.h)'` ; do
 +  echo Removing $file
 +  rm -f $file
 +done