diff options
Diffstat (limited to 'dns/maradns/files/patch-configure')
-rw-r--r-- | dns/maradns/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dns/maradns/files/patch-configure b/dns/maradns/files/patch-configure new file mode 100644 index 000000000000..15a3fdbf9480 --- /dev/null +++ b/dns/maradns/files/patch-configure @@ -0,0 +1,12 @@ +--- ./configure.orig 2014-01-14 21:46:25.000000000 +0000 ++++ ./configure 2014-02-20 15:33:18.000000000 +0000 +@@ -93,6 +93,9 @@ + echo It looks like you are using Cygwin\; this should compile fine + echo by typing in \'make\'. + EXITCODE=0 ++elif echo $UNAME | grep -i freebsd > /dev/null ; then ++ cat $BUILDDIR/Makefile.freebsd >> Makefile ++ EXITCODE=0 + # This is a a template for adding support to a new OS for MaraDNS. + # Some points: If you port MaraDNS, make sure the underlying OS has + # /dev/urandom support or have the default mararc have a |