]> git.pld-linux.org Git - packages/cdp.git/commitdiff
patches for cdp
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 13 Jul 1999 17:10:18 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdp-FHS20.patch -> 1.1
    cdp-strchr.patch -> 1.1

cdp-FHS20.patch [new file with mode: 0644]
cdp-strchr.patch [new file with mode: 0644]

diff --git a/cdp-FHS20.patch b/cdp-FHS20.patch
new file mode 100644 (file)
index 0000000..04c3f92
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur cdp-0.33.orig/Makefile cdp-0.33/Makefile
+--- cdp-0.33.orig/Makefile     Tue Jul 13 19:03:29 1999
++++ cdp-0.33/Makefile  Tue Jul 13 19:09:29 1999
+@@ -58,7 +58,7 @@
+       chmod 644 cdp.1.Z
+       install -m 755 -s cdp $(DESTDIR)/usr/bin
+       ln -sf cdp $(DESTDIR)/usr/bin/cdplay
+-      install -m 644 cdp.1 $(DESTDIR)/usr/man/man1
++      install -m 644 cdp.1 $(DESTDIR)/usr/share/man/man1
+ clean:
+       rm -f cdp cdp.1.Z *.o core *~
diff --git a/cdp-strchr.patch b/cdp-strchr.patch
new file mode 100644 (file)
index 0000000..1f7f966
--- /dev/null
@@ -0,0 +1,13 @@
+diff -ur cdp-0.33.orig/database.c cdp-0.33/database.c
+--- cdp-0.33.orig/database.c   Fri Nov 10 07:10:42 1995
++++ cdp-0.33/database.c        Tue Jul 13 19:08:03 1999
+@@ -33,8 +33,7 @@
+ void                   *malloc (),
+                        *realloc ();
+-char                   *strchr (),
+-                       *getenv ();
++char                   *getenv ();
+ int                     suppress_locking = 0; /* Turn off locking of datafile (dangerous) */
This page took 0.157682 seconds and 4 git commands to generate.