diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-01 04:24:32 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-01 04:24:32 +0000 |
commit | d0d0910cb5f0d161492b72da8112221531e4cf1d (patch) | |
tree | 3120f9ad6cd042a5f2ab9cfc86efa6ba81339e24 /graphics/txtmerge/files/patch-aa | |
parent | 0347e6e13e4ed6be1243a67bdbb6129460642e7e (diff) |
Notes
Diffstat (limited to 'graphics/txtmerge/files/patch-aa')
-rw-r--r-- | graphics/txtmerge/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/txtmerge/files/patch-aa b/graphics/txtmerge/files/patch-aa new file mode 100644 index 000000000000..c4f1ed486ff7 --- /dev/null +++ b/graphics/txtmerge/files/patch-aa @@ -0,0 +1,20 @@ +--- Makefile.orig Fri Jun 11 07:09:12 1993 ++++ Makefile Fri Apr 30 18:21:35 1999 +@@ -18,7 +18,7 @@ + # GNU C + #OPTIMIZE= -fcombine-regs -O + # standard +-OPTIMIZE = -O ++#OPTIMIZE = -O + + ##################################### + # Debug flags +@@ -28,7 +28,7 @@ + ##################################### + # + # +-CFLAGS = $(DEBUG) $(OPTIMIZE) $(INCLUDEDIR) ++CFLAGS += $(DEBUG) $(OPTIMIZE) -I$(INCLUDEDIR) + + txtmerge: + $(CC) $(CFLAGS) -o txtmerge txtmerge.c |