aaa2632ed5
The Dictionary Server Protocol (DICT) is a TCP transaction based query/response protocol that allows a client to access dictionary definitions from a set of natural language dictionary databases. This package contains a client which can access DICT servers from the command line. From Deanna Phillips <deanna@sdf.lonestar.org>
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
$OpenBSD: patch-libmaa_configure,v 1.1.1.1 2006/04/19 17:11:52 alek Exp $
|
|
--- libmaa/configure.orig Sat Apr 15 12:30:24 2006
|
|
+++ libmaa/configure Sat Apr 15 12:30:26 2006
|
|
@@ -2501,10 +2501,7 @@ fi
|
|
|
|
REALCC="$CC"
|
|
if test "$CC" = gcc; then
|
|
- CFLAGS='-g -O'
|
|
WCFLAGS='-Wall -pedantic'
|
|
-else
|
|
- CFLAGS='-g'
|
|
fi
|
|
|
|
needs_xmalloc=1
|