diff options
author | kris <kris@FreeBSD.org> | 2002-04-06 11:01:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-04-06 11:01:13 +0800 |
commit | 72d63c4905861b78303ff5bde2982e62f3fd3f04 (patch) | |
tree | c3e93e9ef0ecbd3ef67b9bc8582ddaab69af9f1a /misc/figlet | |
parent | 3fc0e6607043842b7eab706a90a700e32db4f477 (diff) | |
download | freebsd-ports-gnome-72d63c4905861b78303ff5bde2982e62f3fd3f04.tar.gz freebsd-ports-gnome-72d63c4905861b78303ff5bde2982e62f3fd3f04.tar.zst freebsd-ports-gnome-72d63c4905861b78303ff5bde2982e62f3fd3f04.zip |
Respect CC and CFLAGS
_____ _ _ _ _
| ___(_) __ _| | ___| |_ _ __ _____ __ __ _____ _ __| | _____
| |_ | |/ _` | |/ _ \ __| | '_ \ / _ \ \ /\ / / \ \ /\ / / _ \| '__| |/ / __|
| _| | | (_| | | __/ |_ | | | | (_) \ V V / \ V V / (_) | | | <\__ \
|_| |_|\__, |_|\___|\__| |_| |_|\___/ \_/\_/ \_/\_/ \___/|_| |_|\_\___/
|___/
__ _ _
___ _ __ ___ _ __ __ _ _ __ ___ / /_ | || |
/ _ \| '_ \ / __| '_ \ / _` | '__/ __| '_ \| || |_
| (_) | | | | \__ \ |_) | (_| | | | (__| (_) |__ _|
\___/|_| |_| |___/ .__/ \__,_|_| \___|\___/ |_|
|_|
Diffstat (limited to 'misc/figlet')
-rw-r--r-- | misc/figlet/files/patch-aa | 8 |
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 |