]> git.pld-linux.org Git - packages/bwbasic.git/blame - bwbasic-DESTDIR.patch
destdir and some cflags patches
[packages/bwbasic.git] / bwbasic-DESTDIR.patch
CommitLineData
9cc4edd2 1--- Makefile.Linux
2+++ Makefile.Linux 1998/09/22 09:11:17
3@@ -0,0 +1,11 @@
4+#
5+# Makefile.Linux to integrate package into source tree of S.u.S.E.-Linux.
6+#
7+# Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany.
8+#
9+# please send bugfixes or comments to feedback@suse.de.
10+#
11+#
12+extract:
13+ tar xzfp ../bwb-2.20-patch01.tar.gz
14+
15--- Makefile.in
16+++ Makefile.in 1998/09/22 09:07:59
17@@ -23,7 +23,7 @@
18 # Revised by JBV
19 #LDFLAGS = -s
20
21-prefix = /usr/local
22+prefix = $(DESTDIR)/usr
23 exec_prefix = $(prefix)
24 bindir = $(exec_prefix)/bin
25
26--- bwbasic.c
27+++ bwbasic.c 1998/09/22 09:47:41
28@@ -51,7 +51,7 @@
29 char *bwb_ebuf; /* error buffer */
30 static char *read_line;
31 int bwb_trace = FALSE;
32-FILE *errfdevice = stderr; /* output device for error messages */
33+FILE *errfdevice; /* output device for error messages */
34
35 #if HAVE_LONGJUMP
36 jmp_buf mark;
37--- bwx_tty.c
38+++ bwx_tty.c 1998/09/22 09:47:17
39@@ -75,6 +75,7 @@
40 #endif
41 {
42
43+ errfdevice = stderr;
44 bwb_init( argc, argv );
45
46 #if HAVE_LONGJUMP /* Revised by JBV (bug found by DD) */
This page took 0.104732 seconds and 4 git commands to generate.