openbsd-ports/net/maradns/patches/patch-configure

14 lines
613 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2007/06/06 23:29:55 rui Exp $
--- configure.orig Tue May 16 00:28:36 2006
+++ configure Wed Jun 6 11:37:20 2007
@@ -82,6 +82,9 @@ elif echo $UNAME | grep -i openbsd > /dev/null ; then
echo It looks like you are using OpenBSD\; this should compile
echo fine by typing in \'make\'.
EXITCODE=0
+elif echo $UNAME | grep -i openbsd > /dev/null ; then
+ cat $BUILDDIR/Makefile.freebsd >> Makefile
+ EXITCODE=0
elif echo $UNAME | grep -i mingw32 > /dev/null ; then
cat $BUILDDIR/Makefile.mingw32 >> Makefile
echo It looks like you are using MinGW32 \; this is only a partial