summaryrefslogtreecommitdiff
path: root/mk/gnu-config
diff options
context:
space:
mode:
authorobache <obache>2009-12-13 08:13:07 +0000
committerobache <obache>2009-12-13 08:13:07 +0000
commitdee33432118d5e43d84e2a623e11bf648d64917d (patch)
treebd18c02bff185e4e2e3cd265dcd735a29ab352f9 /mk/gnu-config
parenta17ae0063f76f299be22150c9fbb372db5005a47 (diff)
downloadpkgsrc-dee33432118d5e43d84e2a623e11bf648d64917d.tar.gz
treat interix>3 same as interix3.
Diffstat (limited to 'mk/gnu-config')
-rw-r--r--mk/gnu-config/config.rpath6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/gnu-config/config.rpath b/mk/gnu-config/config.rpath
index cde64f52f6f..15560dbfd21 100644
--- a/mk/gnu-config/config.rpath
+++ b/mk/gnu-config/config.rpath
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: config.rpath,v 1.2 2005/01/14 00:10:50 tv Exp $
+# $NetBSD: config.rpath,v 1.3 2009/12/13 08:13:07 obache Exp $
#
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
@@ -261,7 +261,7 @@ else
hardcode_minus_L=yes # Not in the search PATH, but as the default
# location of the library.
;;
- interix3*)
+ interix[3-9]*)
hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
;;
@@ -408,7 +408,7 @@ case "$host_os" in
hpux9* | hpux10* | hpux11*)
shlibext=sl
;;
- interix3*)
+ interix[3-9]*)
shlibext=so
;;
irix5* | irix6*)