diff options
Diffstat (limited to 'dev-libs/newt/files/newt-0.52.13-gold.patch')
-rw-r--r-- | dev-libs/newt/files/newt-0.52.13-gold.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/newt/files/newt-0.52.13-gold.patch b/dev-libs/newt/files/newt-0.52.13-gold.patch deleted file mode 100644 index 91626c6306e8..000000000000 --- a/dev-libs/newt/files/newt-0.52.13-gold.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -19,7 +19,8 @@ - AC_MSG_CHECKING([for GNU ld]) - LD=`$CC -print-prog-name=ld 2>&5` - --if test `$LD -v 2>&1 | $ac_cv_path_GREP -c "GNU ld"` = 0; then -+if test `$LD -v 2>&1 | $ac_cv_path_GREP -c "GNU ld"` = 0 -a \ -+ test `$LD -v 2>&1 | $ac_cv_path_GREP -c "GNU gold"` = 0; then - # Not - GNU_LD="" - AC_MSG_RESULT([no]) |