SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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