From fdf9c9001c22ef5a2b0ff81637dd9abd5c7c8633 Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 28 Oct 1999 12:19:31 +0000 Subject: [PATCH] make base64 respect CC and CFLAGS when compiling --- converters/base64/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 converters/base64/patches/patch-aa diff --git a/converters/base64/patches/patch-aa b/converters/base64/patches/patch-aa new file mode 100644 index 00000000000..a0f1fe1fded --- /dev/null +++ b/converters/base64/patches/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Mon Aug 11 14:10:15 1997 ++++ Makefile Wed Oct 20 22:45:51 1999 +@@ -1,8 +1,8 @@ + +-CC = cc ++#CC = cc + PROGS = base64 + #CFLAGS = -g +-CFLAGS = -O ++#CFLAGS = -O + + all: $(PROGS) +