Last change
on this file was 10612, checked in by rick, 13 years ago |
Make port building whole bunch more stupid:
1) Bundle ports in the tree itself, instead of global shared banch.
2) Copy the local ports just in the /usr/ports tree to allow playing around
with just the ordenary tools.
|
File size:
644 bytes
|
Line | |
---|
1 | --- configure.orig 2012-02-10 22:32:58.000000000 +0100
|
---|
2 | +++ configure 2012-02-10 22:34:11.000000000 +0100
|
---|
3 | @@ -92,6 +92,11 @@
|
---|
4 | echo It looks like you are using Cygwin\; this should compile fine
|
---|
5 | echo by typing in \'make\'.
|
---|
6 | EXITCODE=0
|
---|
7 | +elif echo $UNAME | grep -i FreeBSD > /dev/null ; then
|
---|
8 | + cat $BUILDDIR/Makefile.noflock >> Makefile
|
---|
9 | + echo It looks like you are using FreeBSD\; this should compile fine
|
---|
10 | + echo by typing in \'make\'.
|
---|
11 | + EXITCODE=0
|
---|
12 | # This is a a template for adding support to a new OS for MaraDNS.
|
---|
13 | # Some points: If you port MaraDNS, make sure the underlying OS has
|
---|
14 | # /dev/urandom support or have the default mararc have a
|
---|
Note:
See
TracBrowser
for help on using the repository browser.