aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fxtv/files/patch-ac
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-08 02:55:15 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-08 02:55:15 +0000
commit9df09f5635a97cc13d0903338492fa596b4f1a62 (patch)
tree9c8736053bc5f6355819cf8dab11b2480094ac3f /graphics/fxtv/files/patch-ac
parent3ec55c71e58f2925e4471f9ec7dc1477005e6404 (diff)
Remove i386 .o files in the post-extract target and respect CFLAGS.
Diffstat (limited to 'graphics/fxtv/files/patch-ac')
-rw-r--r--graphics/fxtv/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/fxtv/files/patch-ac b/graphics/fxtv/files/patch-ac
new file mode 100644
index 000000000000..2c9d4a828154
--- /dev/null
+++ b/graphics/fxtv/files/patch-ac
@@ -0,0 +1,11 @@
+--- videolib/Makefile.orig Sun Aug 6 19:24:57 2000
++++ videolib/Makefile Sun Aug 6 19:25:09 2000
+@@ -15,7 +15,7 @@
+ ifneq ($(DEBUG),NO)
+ override CFLAGS = -DDEBUG -g
+ else
+- override CFLAGS = -DNDEBUG -O2 -m486
++ override CFLAGS = -DNDEBUG #-O2 -m486
+ endif
+ C_WARN_FLAG = -Wall
+ override CFLAGS += $(C_WARN_FLAG) $(INC)