summaryrefslogtreecommitdiff
path: root/net/nload/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/nload/patches/patch-ab')
-rw-r--r--net/nload/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/nload/patches/patch-ab b/net/nload/patches/patch-ab
new file mode 100644
index 00000000000..1851ba1bc7e
--- /dev/null
+++ b/net/nload/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/11/13 08:31:05 minskim Exp $
+
+--- configure.in.orig 2003-12-14 23:41:18.000000000 -0800
++++ configure.in
+@@ -32,7 +32,7 @@ case $host_os in
+ AC_DEFINE(HAVE_LINUX, 1, [Define to 1 if your build target is Linux.])
+ AC_CHECK_FUNCS([memset])
+ ;;
+- *bsd*)
++ *bsd* | *darwin*)
+ AC_DEFINE(HAVE_BSD, 1, [Define to 1 if your build target is BSD.])
+ AC_FUNC_MALLOC
+ ;;