diff options
author | steve <steve@FreeBSD.org> | 1999-06-06 16:51:45 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-06 16:51:45 +0000 |
commit | 290b6ab0ccbadf2981f20fb899284cca000ab5d6 (patch) | |
tree | 13beed1b64e71043b84dd887df6ff38c7f4144af /emulators/vice/files/patch-ac | |
parent | 533562889076d59796a771841e3bb46dc2619b49 (diff) | |
download | FreeBSD-ports-290b6ab0ccbadf2981f20fb899284cca000ab5d6.zip FreeBSD-ports-290b6ab0ccbadf2981f20fb899284cca000ab5d6.tar.gz |
Update to version 1.0.
PR: 11938
Submitted by: maintainer
Diffstat (limited to 'emulators/vice/files/patch-ac')
-rw-r--r-- | emulators/vice/files/patch-ac | 65 |
1 files changed, 11 insertions, 54 deletions
diff --git a/emulators/vice/files/patch-ac b/emulators/vice/files/patch-ac index ea8cac8..d17afde 100644 --- a/emulators/vice/files/patch-ac +++ b/emulators/vice/files/patch-ac @@ -1,54 +1,11 @@ ---- ./configure.orig Wed Mar 11 15:59:28 1998 -+++ ./configure Sat Mar 28 09:19:42 1998 -@@ -2362,7 +2362,41 @@ - fi - if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- LINUXJOYSTICK=-DHAS_JOYSTICK ; -+ JOYSTICK=-DHAS_JOYSTICK ; -+ JOY_OBJS='$(ARCHDIR)/joystick.o' -+else -+ echo "$ac_t""no" 1>&6 -+fi -+ -+ ac_safe=`echo "machine/joystick.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for machine/joystick.h""... $ac_c" 1>&6 -+echo "configure:2374: checking for machine/joystick.h" >&5 -+if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then -+ echo $ac_n "(cached) $ac_c" 1>&6 -+else -+ cat > conftest.$ac_ext <<EOF -+#line 2379 "configure" -+#include "confdefs.h" -+#include <machine/joystick.h> -+EOF -+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -+{ (eval echo configure:2384: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+ac_err=`grep -v '^ *+' conftest.out` -+if test -z "$ac_err"; then -+ rm -rf conftest* -+ eval "ac_cv_header_$ac_safe=yes" -+else -+ echo "$ac_err" >&5 -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ eval "ac_cv_header_$ac_safe=no" -+fi -+rm -f conftest* -+fi -+if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then -+ echo "$ac_t""yes" 1>&6 -+ JOYSTICK=-DHAS_JOYSTICK ; - JOY_OBJS='$(ARCHDIR)/joystick.o' - else - echo "$ac_t""no" 1>&6 -@@ -4705,7 +4739,7 @@ - s%@MAKE2@%$MAKE2%g - s%@PERL@%$PERL%g - s%@MKDEP@%$MKDEP%g --s%@LINUXJOYSTICK@%$LINUXJOYSTICK%g -+s%@JOYSTICK@%$JOYSTICK%g - s%@JOY_OBJS@%$JOY_OBJS%g - s%@LIBOBJS@%$LIBOBJS%g - s%@SUBDIRS@%$SUBDIRS%g +--- ./man/vice.1.orig Sat May 29 11:35:37 1999 ++++ ./man/vice.1 Sat May 29 11:35:49 1999 +@@ -32,7 +32,7 @@ + .PP + The whole documentation for these programs is available in HTML + format; the main file should be installed on your system as +-/usr/local/lib/VICE/doc/vice_toc.html. ++/usr/local/lib/vice/doc/vice_toc.html. + .P + For up to date news about VICE, have a look at the official home page + at |