summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ac
blob: 2d78ba95f32dbc1b7a2fa7c215bf6cc136c20454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ac,v 1.15 2005/01/18 12:44:53 uebayasi Exp $

--- configure.orig	Fri Aug 13 19:24:24 2004
+++ configure	Sun Aug 29 06:06:03 2004
@@ -13713,6 +13713,10 @@
         DLLD="${DLLD=$CC}"
         DLLDARG=""
       ;;
+      *interix*)
+	DLLD="${DLLD=$CC}"
+	DLLDARG=""
+      ;;
       * )
 	DLLD="${DLLD=ld}"
 	DLLDARG=""
@@ -13736,7 +13740,7 @@
     esac
   fi
   case "$host_os" in
-    freebsd*|linux*|irix*|osf*|gnu*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;;
+    freebsd*|linux*|irix*|osf*|gnu*|interix*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;;
     sunos*)       DLLDFLAGS="${DLLDFLAGS=-assert nodefinitions}" ;;
     sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G $ldflags}" ;;
     netbsd*)      DLLDFLAGS="${DLLDFLAGS=${DLLDARG}-x -shared --whole-archive}" ;;