1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/textproc/dict/files/patch-ad
Steve Price a90e0c3d8b Honor CFLAGS and misc. cleanups.
PR:		10763
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-05-03 02:03:06 +00:00

12 lines
242 B
Plaintext

--- libmaa/configure.in.orig Sun Jul 5 18:14:34 1998
+++ libmaa/configure.in Tue Mar 23 16:05:38 1999
@@ -58,8 +58,2 @@
REALCC="$CC"
-if test "$CC" = gcc; then
- CFLAGS='-g -O'
- WCFLAGS='-Wall -pedantic'
-else
- CFLAGS='-g'
-fi