diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-03 09:48:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-03 09:48:36 +0000 |
commit | 058798b389fffedf447f6bb76217eaedbe5349ab (patch) | |
tree | 5078af05a615ed3f4ce5c18d6428ec71047980d7 /graphics/txtmerge | |
parent | dc749e9564e8173bf3bee5328ceea2eae0461daf (diff) |
Notes
Diffstat (limited to 'graphics/txtmerge')
-rw-r--r-- | graphics/txtmerge/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/txtmerge/files/patch-aa b/graphics/txtmerge/files/patch-aa index c4f1ed486ff7..2bdbb088d987 100644 --- a/graphics/txtmerge/files/patch-aa +++ b/graphics/txtmerge/files/patch-aa @@ -1,5 +1,14 @@ --- Makefile.orig Fri Jun 11 07:09:12 1993 -+++ Makefile Fri Apr 30 18:21:35 1999 ++++ Makefile Mon Jun 3 02:48:05 2002 +@@ -10,7 +10,7 @@ + #CC = gcc + # + # standard +-CC = cc ++CC ?= gcc + + ##################################### + # Optimization flags @@ -18,7 +18,7 @@ # GNU C #OPTIMIZE= -fcombine-regs -O @@ -14,7 +23,7 @@ # # -CFLAGS = $(DEBUG) $(OPTIMIZE) $(INCLUDEDIR) -+CFLAGS += $(DEBUG) $(OPTIMIZE) -I$(INCLUDEDIR) ++CFLAGS += $(DEBUG) $(OPTIMIZE) txtmerge: $(CC) $(CFLAGS) -o txtmerge txtmerge.c |