]> git.pld-linux.org Git - packages/figlet.git/commitdiff
- patch to make it compatible with PLD
authoralchemyx <alchemyx@pld-linux.org>
Thu, 10 Jun 1999 19:52:55 +0000 (19:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    figlet-makefile.patch -> 1.1

figlet-makefile.patch [new file with mode: 0644]

diff --git a/figlet-makefile.patch b/figlet-makefile.patch
new file mode 100644 (file)
index 0000000..e591128
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ru figlet-2.2.orig/Makefile figlet-2.2.AX/Makefile
+--- figlet-2.2.orig/Makefile   Wed Feb 19 00:02:28 1997
++++ figlet-2.2.AX/Makefile     Wed Jun  9 21:52:42 1999
+@@ -10,18 +10,17 @@
+ # for changing this is if sh is not in the same place.
+ SHELL = /bin/sh
+ CC = gcc
+-CFLAGS = -g
+ # Where the executables should be put
+ DESTDIR = /usr/games
+ # Where the man page should be put
+-MANDIR = /usr/man/man6
++MANDIR = /usr/share/man/man6
+ # Where figlet will search first for fonts (the ".flf" files).
+ DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
+ # Use this definition if you can't put things in /usr/games
+-DEFAULTFONTDIR = fonts
++DEFAULTFONTDIR = /usr/share/games/figlet
+ # The filename of the font to be used if no other is specified
+ #   (standard.flf is recommended, but any other can be used).
This page took 0.033263 seconds and 4 git commands to generate.