summaryrefslogtreecommitdiff
path: root/java/sablevm/files/patch-aa
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-10-17 22:46:55 +0000
committerArchie Cobbs <archie@FreeBSD.org>2002-10-17 22:46:55 +0000
commitebdffba8fb508f41e56744d7e5e39ac57b605188 (patch)
treefb91525b9bbf726ae273310809c7da4937f8497d /java/sablevm/files/patch-aa
parentFix a segfault on sign on when no ~/.gtkrc file exists. This has been (diff)
Update to version 1.0.5.
Notes
Notes: svn path=/head/; revision=68229
Diffstat (limited to '')
-rw-r--r--java/sablevm/files/patch-aa29
1 files changed, 12 insertions, 17 deletions
diff --git a/java/sablevm/files/patch-aa b/java/sablevm/files/patch-aa
index 4242b9d4b9c5..c6665a6c5560 100644
--- a/java/sablevm/files/patch-aa
+++ b/java/sablevm/files/patch-aa
@@ -1,12 +1,10 @@
-diff -ur work.orig/sablevm-1.0.4/configure work/sablevm-1.0.4/configure
---- work.orig/sablevm-1.0.4/configure Wed Aug 14 22:34:00 2002
-+++ work/sablevm-1.0.4/configure Sat Aug 17 21:14:52 2002
-@@ -7989,67 +7992,6 @@
- echo -n
- else
+diff -ur work.orig/sablevm-1.0.5/configure work/sablevm-1.0.5/configure
+--- work.orig/sablevm-1.0.5/configure Wed Aug 14 22:34:00 2002
++++ work/sablevm-1.0.5/configure Sat Aug 17 21:14:52 2002
+@@ -8025,62 +8025,6 @@
echo ***ERROR: libpopt is missing; exit 1
--fi
--
+ fi
+
-echo "$as_me:$LINENO: checking for pthread_self in -lpthread" >&5
-echo $ECHO_N "checking for pthread_self in -lpthread... $ECHO_C" >&6
-if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then
@@ -25,12 +23,6 @@ diff -ur work.orig/sablevm-1.0.4/configure work/sablevm-1.0.4/configure
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char pthread_self ();
--#ifdef F77_DUMMY_MAIN
--# ifdef __cplusplus
-- extern "C"
--# endif
-- int F77_DUMMY_MAIN() { return 1; }
--#endif
-int
-main ()
-{
@@ -66,6 +58,9 @@ diff -ur work.orig/sablevm-1.0.4/configure work/sablevm-1.0.4/configure
- echo -n
-else
- echo ***ERROR: libpthread is missing; exit 1
- fi
-
-
+-fi
+-
+-
+ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
+ echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
+ if test "${ac_cv_header_stdc+set}" = set; then