aboutsummaryrefslogtreecommitdiffstats
path: root/misc/figlet
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-04-06 11:01:13 +0800
committerKris Kennaway <kris@FreeBSD.org>2002-04-06 11:01:13 +0800
commitbf19ce46a4d50d5604dec5f2e749e425d01dee20 (patch)
tree7f57b16cd7098260e809ac99fef54394afb60d80 /misc/figlet
parent7f2a3fa5d17a179915f511f7c840d757a6069dc4 (diff)
downloadfreebsd-ports-gnome-bf19ce46a4d50d5604dec5f2e749e425d01dee20.tar.gz
freebsd-ports-gnome-bf19ce46a4d50d5604dec5f2e749e425d01dee20.tar.zst
freebsd-ports-gnome-bf19ce46a4d50d5604dec5f2e749e425d01dee20.zip
Respect CC and CFLAGS
_____ _ _ _ _ | ___(_) __ _| | ___| |_ _ __ _____ __ __ _____ _ __| | _____ | |_ | |/ _` | |/ _ \ __| | '_ \ / _ \ \ /\ / / \ \ /\ / / _ \| '__| |/ / __| | _| | | (_| | | __/ |_ | | | | (_) \ V V / \ V V / (_) | | | <\__ \ |_| |_|\__, |_|\___|\__| |_| |_|\___/ \_/\_/ \_/\_/ \___/|_| |_|\_\___/ |___/ __ _ _ ___ _ __ ___ _ __ __ _ _ __ ___ / /_ | || | / _ \| '_ \ / __| '_ \ / _` | '__/ __| '_ \| || |_ | (_) | | | | \__ \ |_) | (_| | | | (__| (_) |__ _| \___/|_| |_| |___/ .__/ \__,_|_| \___|\___/ |_| |_|
Diffstat (limited to 'misc/figlet')
-rw-r--r--misc/figlet/files/patch-aa8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/figlet/files/patch-aa b/misc/figlet/files/patch-aa
index e313f6f25e8f..9d0fdfb16f04 100644
--- a/misc/figlet/files/patch-aa
+++ b/misc/figlet/files/patch-aa
@@ -1,10 +1,12 @@
--- Makefile.orig Tue Feb 18 15:02:28 1997
-+++ Makefile Tue Aug 12 08:34:46 1997
-@@ -10,18 +10,18 @@
++++ Makefile Fri Apr 5 18:59:04 2002
+@@ -9,19 +9,19 @@
+ # Don't change this even if your shell is different. The only reason
# for changing this is if sh is not in the same place.
SHELL = /bin/sh
- CC = gcc
+-CC = gcc
-CFLAGS = -g
++CC ?= gcc
+#CFLAGS = -g
# Where the executables should be put