forked from Lainports/freebsd-ports
Submitted by: Juan Pablo Villa <juan@datafull.com> * Respect CFLAGS. * Use x86 asm only on i386 architecture. Approved by: no response from maintainer
12 lines
195 B
Text
12 lines
195 B
Text
|
|
$FreeBSD$
|
|
|
|
--- src/Makefile.am.orig Thu Jul 25 16:35:09 2002
|
|
+++ src/Makefile.am Thu Jul 25 16:35:18 2002
|
|
@@ -30,6 +30,4 @@
|
|
|
|
# debugging
|
|
#CFLAGS = -g -Wall
|
|
-CFLAGS = -Wall -O2
|
|
-CPPFLAGS =
|
|
|