diff options
Diffstat (limited to 'net/maradns/patches/patch-ab')
-rw-r--r-- | net/maradns/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/maradns/patches/patch-ab b/net/maradns/patches/patch-ab new file mode 100644 index 00000000000..34a3e2b450e --- /dev/null +++ b/net/maradns/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2003/11/14 21:19:03 cube Exp $ + +--- configure.orig 2002-01-24 07:43:44.000000000 +0100 ++++ configure +@@ -72,6 +72,9 @@ elif echo $UNAME | grep -i cygwin > /dev + cat $BUILDDIR/Makefile.noflock >> Makefile + echo It looks like you are using Cygwin\; this should compile file + echo by typing in \'make\'. ++elif echo $UNAME | grep -i netbsd > /dev/null ; then ++ cat $BUILDDIR/Makefile.linux >> Makefile ++ echo It looks like you are using NetBSD\; just type in \'make\' + else + cat $BUILDDIR/Makefile.noflock >> Makefile + echo I am not familiar with the OS you are running. Please email |