9759e5be25
- Honor CC, CFLAGS. - Make this compile with gcc3.
15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
$OpenBSD: patch-tmn_Makefile,v 1.1 2002/10/06 22:28:49 naddy Exp $
|
|
--- tmn/Makefile.orig Sun Oct 6 23:38:26 2002
|
|
+++ tmn/Makefile Sun Oct 6 23:38:36 2002
|
|
@@ -23,8 +23,8 @@ OBJS = main.o io.o dct.o coder.o quant.o
|
|
|
|
# The defines above can also be defined in sim.h
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -g -O3
|
|
+#CC = gcc
|
|
+#CFLAGS = -g -O3
|
|
#CFLAGS = -g -Wall -ansi -pedantic
|
|
|
|
# If you want to compile with -Wall -pedantic -ansi on a Sun, use
|