summaryrefslogtreecommitdiff
path: root/misc/figlet/files/patch-Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
commit0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch)
treeb35c705d3b36af5129c9a15430528661add3b428 /misc/figlet/files/patch-Makefile
parentStage net-mgmt/routers2-extras and cleanup (diff)
Rename misc/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363282
Diffstat (limited to 'misc/figlet/files/patch-Makefile')
-rw-r--r--misc/figlet/files/patch-Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/figlet/files/patch-Makefile b/misc/figlet/files/patch-Makefile
new file mode 100644
index 000000000000..c879d3d10d04
--- /dev/null
+++ b/misc/figlet/files/patch-Makefile
@@ -0,0 +1,31 @@
+--- Makefile.orig 2011-01-26 18:36:21.000000000 +0800
++++ Makefile 2011-07-21 09:58:28.753010869 +0800
+@@ -19,8 +19,8 @@
+ SHELL = /bin/sh
+
+ # The C compiler and linker to use
+-CC = gcc
+-CFLAGS = -g -O2 -Wall
++#CC = gcc
++#CFLAGS = -g -O2 -Wall
+ LD = gcc
+ LDFLAGS =
+
+@@ -29,7 +29,7 @@
+ XCFLAGS = -DTLF_FONTS
+
+ # Where to install files
+-prefix = /usr/local
++#prefix = /usr/local
+
+ # Where the executables should be put
+ BINDIR = $(prefix)/bin
+@@ -38,7 +38,7 @@
+ MANDIR = $(prefix)/man
+
+ # Where figlet will search first for fonts (the ".flf" files).
+-DEFAULTFONTDIR = $(prefix)/share/figlet
++DEFAULTFONTDIR = $(datadir)
+ # Use this definition if you can't put things in $(prefix)/share/figlet
+ #DEFAULTFONTDIR = fonts
+