diff options
author | mycroft <mycroft> | 1999-07-27 08:38:36 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1999-07-27 08:38:36 +0000 |
commit | 43fe1b0872ec70684d644510ee9340b595b35a21 (patch) | |
tree | 32a780ddb63fed0be7fda658650bcb6ae5c57509 /emulators/vice/patches/patch-ac | |
parent | 4aa442aa2f26338e760bc9f3d18c9c344509362d (diff) | |
download | pkgsrc-43fe1b0872ec70684d644510ee9340b595b35a21.tar.gz |
ELF rpath issues.
Diffstat (limited to 'emulators/vice/patches/patch-ac')
-rw-r--r-- | emulators/vice/patches/patch-ac | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/emulators/vice/patches/patch-ac b/emulators/vice/patches/patch-ac index 71b6598c2fe..1f9b837753e 100644 --- a/emulators/vice/patches/patch-ac +++ b/emulators/vice/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.2 1999/05/18 08:45:49 tv Exp $ +$NetBSD: patch-ac,v 1.3 1999/07/27 08:38:37 mycroft Exp $ --- configure.orig Sat Apr 24 14:11:32 1999 -+++ configure Tue May 18 01:55:08 1999 ++++ configure Tue Jul 27 04:35:03 1999 @@ -4841,14 +4841,14 @@ if test x"$with_readline" != "xno" ; then READLINE="" @@ -29,6 +29,15 @@ $NetBSD: patch-ac,v 1.2 1999/05/18 08:45:49 tv Exp $ else echo "$ac_t""no" 1>&6 +@@ -5243,7 +5243,7 @@ + # For Solaris; some versions of Sun CC require a space after -R and + # others require no space. Words are not sufficient . . . . + case "`(uname -sr) 2>/dev/null`" in +- "SunOS 5"*) ++ "SunOS 5"*|"NetBSD "*) + echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 + echo "configure:5249: checking whether -R must be followed by a space" >&5 + ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" @@ -6295,7 +6295,7 @@ fi |