]> git.pld-linux.org Git - packages/bwbasic.git/commitdiff
fb30c4ed5928b0257bea082d637219a8 bwb-2.20-patch01.tar.gz
authorundefine <undefine@pld-linux.org>
Fri, 23 Jun 2000 08:35:16 +0000 (08:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
patch from 2.20 to 2.20.1
82d81496e4ad4c71a1b2b2a3ebd1cf65  bwbasic-2.20-cflags.diff
compiler flags patch
99c2c895901dab08a220d72919c5253d  bwbasic-2.20.dif
some pathes
0013094e27c89e7d71ccf11d50e6ae8f  bwbasic-2.20.tar.gz
sources file

Changed files:
    bwbasic-2.20.dif -> 1.1

bwbasic-2.20.dif [new file with mode: 0755]

diff --git a/bwbasic-2.20.dif b/bwbasic-2.20.dif
new file mode 100755 (executable)
index 0000000..2313418
--- /dev/null
@@ -0,0 +1,46 @@
+--- Makefile.Linux
++++ Makefile.Linux     1998/09/22 09:11:17
+@@ -0,0 +1,11 @@
++#
++# Makefile.Linux to integrate package into source tree of S.u.S.E.-Linux.
++#
++# Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany.   
++#
++# please send bugfixes or comments to feedback@suse.de.
++#
++#
++extract:
++      tar xzfp ../bwb-2.20-patch01.tar.gz
++
+--- Makefile.in
++++ Makefile.in        1998/09/22 09:07:59
+@@ -23,7 +23,7 @@
+ # Revised by JBV
+ #LDFLAGS = -s
+-prefix = /usr/local
++prefix = $(DESTDIR)/usr
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
+--- bwbasic.c
++++ bwbasic.c  1998/09/22 09:47:41
+@@ -51,7 +51,7 @@
+ char *bwb_ebuf;                               /* error buffer */
+ static char *read_line;
+ int bwb_trace = FALSE;
+-FILE *errfdevice = stderr;              /* output device for error messages */
++FILE *errfdevice;              /* output device for error messages */
+ #if HAVE_LONGJUMP
+ jmp_buf mark;
+--- bwx_tty.c
++++ bwx_tty.c  1998/09/22 09:47:17
+@@ -75,6 +75,7 @@
+ #endif
+    {
++   errfdevice = stderr;
+    bwb_init( argc, argv );
+ #if HAVE_LONGJUMP /* Revised by JBV (bug found by DD) */
This page took 0.077487 seconds and 4 git commands to generate.