From: Jakub Bogusz Date: Sat, 13 Oct 2018 06:45:45 +0000 (+0200) Subject: - removed outdated patch X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffiglet.git;a=commitdiff_plain - removed outdated patch --- diff --git a/figlet-makefile.patch b/figlet-makefile.patch deleted file mode 100644 index 092b230..0000000 --- a/figlet-makefile.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- figlet221/Makefile.orig Sat Jul 13 12:24:16 2002 -+++ figlet221/Makefile Mon Feb 24 22:20:00 2003 -@@ -12,16 +12,16 @@ - # for changing this is if sh is not in the same place. - SHELL = /bin/sh - CC = gcc --CFLAGS = -g -+CFLAGS= $(OPTFLAGS) - - # Where the executables should be put --DESTDIR = /usr/local/bin -+DESTDIR = /usr/bin - - # Where the man page should be put --MANDIR = /usr/local/man/man6 -+MANDIR = /usr/share/man/man6 - - # Where figlet will search first for fonts (the ".flf" files). --DEFAULTFONTDIR = /usr/local/share/figlet -+DEFAULTFONTDIR = /usr/share/figlet - # Use this definition if you can't put things in /usr/local/share/figlet - DEFAULTFONTDIR = fonts -