]> git.pld-linux.org Git - packages/bc.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Sat, 18 Nov 2000 23:21:43 +0000 (23:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bc-DESTDIR.patch -> 1.2
    bc-longline.patch -> 1.2

bc-DESTDIR.patch [deleted file]
bc-longline.patch [deleted file]

diff --git a/bc-DESTDIR.patch b/bc-DESTDIR.patch
deleted file mode 100644 (file)
index 0d8f998..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ur bc-1.05.old/bc/Makefile.am bc-1.05/bc/Makefile.am
---- bc-1.05.old/bc/Makefile.am Sun Mar 29 07:40:52 1998
-+++ bc-1.05/bc/Makefile.am     Tue Jun  1 10:53:54 1999
-@@ -30,10 +30,10 @@
- install-data-local:
-       if grep -s "define BC_MATH_FILE" ../config.h; \
--        then $(mkinstalldirs) $(libdir); \
--        rm -f $(libdir)/libmath.b; \
--        $(INSTALL_DATA) $(srcdir)/libmath.b $(libdir); \
--        chmod 444 $(libdir)/libmath.b; \
-+        then $(mkinstalldirs) $(DESTDIR)$(libdir); \
-+        rm -f $(DESTDIR)$(libdir)/libmath.b; \
-+        $(INSTALL_DATA) $(srcdir)/libmath.b $(DESTDIR)$(libdir); \
-+        chmod 444 $(DESTDIR)$(libdir)/libmath.b; \
-         else true; \
-       fi
diff --git a/bc-longline.patch b/bc-longline.patch
deleted file mode 100644 (file)
index b520497..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -uNr bc-1.05.orig/bc/scan.c bc-1.05/bc/scan.c
---- bc-1.05.orig/bc/scan.c     Mon Apr 21 17:57:52 1997
-+++ bc-1.05/bc/scan.c  Thu Apr  6 18:39:26 2000
-@@ -228,7 +228,7 @@
- /* Variables to help interface readline with bc. */
- static char *rl_line = (char *)NULL;
- static char *rl_start = (char *)NULL;
--static char  rl_len = 0;
-+static int  rl_len = 0;
- /* Definitions for readline access. */
- extern FILE *rl_instream;
-diff -uNr bc-1.05.orig/bc/scan.l bc-1.05/bc/scan.l
---- bc-1.05.orig/bc/scan.l     Mon Apr 21 17:57:00 1997
-+++ bc-1.05/bc/scan.l  Thu Apr  6 18:39:14 2000
-@@ -60,7 +60,7 @@
- /* Variables to help interface readline with bc. */
- static char *rl_line = (char *)NULL;
- static char *rl_start = (char *)NULL;
--static char  rl_len = 0;
-+static int  rl_len = 0;
- /* Definitions for readline access. */
- extern FILE *rl_instream;
This page took 0.040274 seconds and 4 git commands to generate.