summaryrefslogtreecommitdiff
path: root/graphics/png/patches/patch-ac
blob: b7b72383627befb5806b2293e499c4c7fbf8330f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.9 2010/09/24 08:58:41 wiz Exp $

--- configure.orig	2010-09-23 12:18:42.000000000 +0000
+++ configure
@@ -11567,7 +11567,7 @@ $as_echo "no" >&6; }
 ;;
 * )
 GLD=`$LD --help < /dev/null 2>/dev/null | grep version-script`
-if test "$GLD"; then
+if test "$GLD" && test "`uname -s`" != "Interix"; then
     have_ld_version_script=yes
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }