diff options
author | mycroft <mycroft> | 1999-07-27 08:38:36 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1999-07-27 08:38:36 +0000 |
commit | e14f2753adbf635f0af79a290bc5cd41d6d9ecfc (patch) | |
tree | 32a780ddb63fed0be7fda658650bcb6ae5c57509 /emulators | |
parent | 4ecf3905b9ee5c1cf06b1cd6ee52a55b7bd5fd4e (diff) | |
download | pkgsrc-e14f2753adbf635f0af79a290bc5cd41d6d9ecfc.tar.gz |
ELF rpath issues.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/files/patch-sum | 4 | ||||
-rw-r--r-- | emulators/vice/patches/patch-ac | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/emulators/vice/files/patch-sum b/emulators/vice/files/patch-sum index 4cdaea941a0..c995f33b1a6 100644 --- a/emulators/vice/files/patch-sum +++ b/emulators/vice/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:48 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/07/27 08:38:36 mycroft Exp $ MD5 (patch-aa) = 27c778f553a11ad4fcb670a5d6d66654 MD5 (patch-ab) = 5ee9680144f56f234d7d8dd6d0e7ecaf -MD5 (patch-ac) = b328f91d97a6c3cc002f21df2102d50c +MD5 (patch-ac) = d9a30b1ccd310efe38cd85d12d046919 MD5 (patch-ad) = bbe89876a3511fc2a077c93d76c5a907 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 |