aboutsummaryrefslogtreecommitdiff
path: root/graphics/whirlgif/files
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-12-27 08:22:14 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-12-27 08:22:14 +0000
commit81c7cd60e2e4daf5502fb2691df1bc4dbee11e8c (patch)
treeb429d594cbdb45cec4c628f4b9de6b111725bdfd /graphics/whirlgif/files
parent597430141aec77c1af4e55de8294773bbebe778a (diff)
Notes
Diffstat (limited to 'graphics/whirlgif/files')
-rw-r--r--graphics/whirlgif/files/patch-aa35
1 files changed, 35 insertions, 0 deletions
diff --git a/graphics/whirlgif/files/patch-aa b/graphics/whirlgif/files/patch-aa
new file mode 100644
index 000000000000..8f7fbbf15c0f
--- /dev/null
+++ b/graphics/whirlgif/files/patch-aa
@@ -0,0 +1,35 @@
+--- Makefile.orig Tue Feb 23 04:35:18 1999
++++ Makefile Mon Dec 27 16:38:29 1999
+@@ -32,7 +32,7 @@
+ # Amiga: SASC
+ # CC = sc
+ # standard
+-CC = cc
++CC ?= cc
+
+ ###########################################################
+ # Optimization flags
+@@ -41,12 +41,12 @@
+ #OPTIMIZE= -fcombine-regs -O
+ # for Amiga's SASC compiler remove Optimization flags.
+ # standard:
+-OPTIMIZE = -O
++#OPTIMIZE = -O
+
+ ###########################################################
+ # Debug flags
+ #
+-DEBUG = -g
++#DEBUG = -g
+ #DEBUG = -ggdb
+
+ ###########################################################
+@@ -62,7 +62,7 @@
+ # for the Amiga:
+ # CFLAGS = DATA=FAR MATH=IEEE CPU=68020 PARAMETERS=BOTH ANSI STRICT NOICONS IGNORE=51
+ # standard:
+-CFLAGS = $(DEBUG) $(OPTIMIZE) $(VIS_GNU_W32) $(STRS_H) $(WARNINGS)
++CFLAGS += $(DEBUG) $(OPTIMIZE) $(VIS_GNU_W32) $(STRS_H) $(WARNINGS)
+
+ all: $(TARG_WH)
+