upgrade to bladeenc 0.90

This commit is contained in:
brad 1999-12-11 01:42:08 +00:00
parent 8be314c6f9
commit 4b4acb7f9b
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- bladeenc/system.h.orig Thu Dec 9 23:14:29 1999
+++ bladeenc/system.h Thu Dec 9 23:14:44 1999
@@ -39,7 +39,7 @@
#define BEOS_PPC 18
#ifndef SYSTEM
-# define SYSTEM LINUX_I386 /* Set current system here, select */
+# define SYSTEM OPENBSD /* Set current system here, select */
#endif /* from list above. */

View File

@ -0,0 +1,20 @@
--- configure.orig Thu Dec 9 23:15:40 1999
+++ configure Thu Dec 9 23:17:10 1999
@@ -1136,7 +1136,7 @@
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
-trap 'rm -fr `echo "Makefile bladeenc/Makefile bladeenc/docs/Makefile bladeenc/docs/en/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "Makefile bladeenc/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -1222,7 +1222,7 @@
cat >> $CONFIG_STATUS <<EOF
-CONFIG_FILES=\${CONFIG_FILES-"Makefile bladeenc/Makefile bladeenc/docs/Makefile bladeenc/docs/en/Makefile "}
+CONFIG_FILES=\${CONFIG_FILES-"Makefile bladeenc/Makefile"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then

View File

@ -0,0 +1,10 @@
--- bladeenc/bladesys.c.orig Thu Dec 9 23:32:21 1999
+++ bladeenc/bladesys.c Thu Dec 9 23:34:56 1999
@@ -50,6 +50,7 @@
#ifdef UNIX_SYSTEM
# include <pwd.h>
+# include <sys/time.h>
# include <sys/resource.h>
# include <unistd.h>
# include <sys/types.h>