]> git.pld-linux.org Git - packages/bwbasic.git/commitdiff
destdir and some cflags patches
authorundefine <undefine@pld-linux.org>
Tue, 10 Oct 2000 17:51:07 +0000 (17:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bwbasic-CFLAGS.patch -> 1.1
    bwbasic-DESTDIR.patch -> 1.1

bwbasic-CFLAGS.patch [new file with mode: 0755]
bwbasic-DESTDIR.patch [new file with mode: 0755]

diff --git a/bwbasic-CFLAGS.patch b/bwbasic-CFLAGS.patch
new file mode 100755 (executable)
index 0000000..378e3b5
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur bwbasic-2.20/Makefile.in bwbasic-2.20.new/Makefile.in
+--- bwbasic-2.20/Makefile.in   Sat Nov 25 23:32:18 1995
++++ bwbasic-2.20.new/Makefile.in       Thu Jun 22 18:50:04 2000
+@@ -18,7 +18,7 @@
+ # Revised by JBV
+ #CFLAGS = -O
+-CFLAGS = -g -ansi
++CFLAGS = $(RPM_OPT_FLAGS) -g -ansi 
+ # Revised by JBV
+ #LDFLAGS = -s
diff --git a/bwbasic-DESTDIR.patch b/bwbasic-DESTDIR.patch
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.080885 seconds and 4 git commands to generate.