From 59df5d84ccab7854501b90548f2ca638c39ab5be Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 13 Oct 2018 08:45:45 +0200 Subject: [PATCH] - removed outdated patch --- figlet-makefile.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 figlet-makefile.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 - -- 2.43.0