1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/cnet/files/patch-ad
Will Andrews 262e08f24a Update to 1.6.
PR:		20103
Submitted by:	Ports Fury
2000-07-22 07:22:57 +00:00

14 lines
322 B
Plaintext

--- src/compile.c.orig Sat May 13 03:41:53 2000
+++ src/compile.c Sat Jul 22 01:44:09 2000
@@ -25,6 +25,10 @@
#elif defined(USE_IRIX5)
#include "compile/irix5.c"
+#elif defined(USE_FREEBSD)
+#include <dlfcn.h>
+#include "compile/freebsd.c"
+
#elif defined(USE_WIN32)
#include <process.h>
#include "compile/win32.c"