forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
547 B
Text
12 lines
547 B
Text
--- ./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
|