SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
net/maradns/patches/patch-configure
Normal file
23
net/maradns/patches/patch-configure
Normal file
|
@ -0,0 +1,23 @@
|
|||
--- configure.orig Mon Aug 18 17:49:49 2008
|
||||
+++ configure Mon Aug 18 17:54:04 2008
|
||||
@@ -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
|
||||
@@ -164,6 +167,10 @@ if [ -z "$AUTHONLY" ] ; then
|
||||
# FreeBSD uses -pthread instead of -lpthread to compile a
|
||||
# Pthread program
|
||||
if echo $UNAME | grep -i freebsd > /dev/null ; then
|
||||
+ cat server/Makefile.recursive | \
|
||||
+ sed 's/lpthread/pthread/' > server/Makefile
|
||||
+ fi
|
||||
+ if echo $UNAME | grep -i openbsd > /dev/null ; then
|
||||
cat server/Makefile.recursive | \
|
||||
sed 's/lpthread/pthread/' > server/Makefile
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue