SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
net/arpd/patches/patch-configure_in
Normal file
20
net/arpd/patches/patch-configure_in
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- configure.in.orig Sun Feb 9 19:30:33 2003
|
||||
+++ configure.in Sat Apr 30 14:57:01 2005
|
||||
@@ -81,6 +81,8 @@ AC_ARG_WITH(libevent,
|
||||
then
|
||||
EVENTINC="-I${prefix}/include"
|
||||
EVENTLIB="-L${prefix}/lib -levent"
|
||||
+ elif test -f /usr/include/event.h; then
|
||||
+ EVENTLIB="-levent"
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
AC_ERROR(libevent not found)
|
||||
@@ -158,7 +160,7 @@ dnl Checks for library functions.
|
||||
AC_TYPE_SIGNAL
|
||||
AC_REPLACE_FUNCS(daemon)
|
||||
|
||||
-CFLAGS=$DNETINC
|
||||
+CFLAGS="$CFLAGS $DNETINC"
|
||||
LIBS=$DNETLIB
|
||||
|
||||
dnl see if dnet works
|
Loading…
Add table
Add a link
Reference in a new issue