b2d34f7a87
-- maradns is a DNS server written with security, simplicity, and performance in mind. From: Margarida Sequeira <niness@devilness.org>
15 lines
728 B
Plaintext
15 lines
728 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2002/11/15 20:19:32 brad Exp $
|
|
--- configure.orig Wed Nov 13 18:14:04 2002
|
|
+++ configure Wed Nov 13 18:17:30 2002
|
|
@@ -66,8 +66,8 @@ elif echo $UNAME | grep -i freebsd > /de
|
|
echo http://www.freebsd.org/cgi/query-pr.cgi?pr=28389
|
|
elif echo $UNAME | grep -i openbsd > /dev/null ; then
|
|
cat $BUILDDIR/Makefile.linux >> Makefile
|
|
- echo It looks like you are using OpenBSD\; please read doc/faq.txt
|
|
- echo before trying to compile MaraDNS
|
|
+ echo It looks like you are using OpenBSD\; proceeding the
|
|
+ echo compile of MaraDNS..
|
|
elif echo $UNAME | grep -i cygwin > /dev/null ; then
|
|
cat $BUILDDIR/Makefile.noflock >> Makefile
|
|
echo It looks like you are using Cygwin\; this should compile file
|