pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/gnu-config treat interix>3 same as interix3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c55a13d7e68
branches: trunk
changeset: 568429:8c55a13d7e68
user: obache <obache%pkgsrc.org@localhost>
date: Sun Dec 13 08:13:07 2009 +0000
description:
treat interix>3 same as interix3.
diffstat:
mk/gnu-config/config.rpath | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 3fd3e692ed4d -r 8c55a13d7e68 mk/gnu-config/config.rpath
--- a/mk/gnu-config/config.rpath Sun Dec 13 07:49:55 2009 +0000
+++ b/mk/gnu-config/config.rpath Sun Dec 13 08:13:07 2009 +0000
@@ -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 @@
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 @@
hpux9* | hpux10* | hpux11*)
shlibext=sl
;;
- interix3*)
+ interix[3-9]*)
shlibext=so
;;
irix5* | irix6*)
Home |
Main Index |
Thread Index |
Old Index