summaryrefslogtreecommitdiff
path: root/net/hobbitmon/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/hobbitmon/patches/patch-ag')
-rw-r--r--net/hobbitmon/patches/patch-ag18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/hobbitmon/patches/patch-ag b/net/hobbitmon/patches/patch-ag
new file mode 100644
index 00000000000..b71d777b8e8
--- /dev/null
+++ b/net/hobbitmon/patches/patch-ag
@@ -0,0 +1,18 @@
+$NetBSD: patch-ag,v 1.1.1.1 2005/01/13 09:27:06 manu Exp $
+--- build/Makefile.NetBSD.orig 2005-01-12 19:27:25.000000000 +0100
++++ build/Makefile.NetBSD 2005-01-12 21:49:42.000000000 +0100
+@@ -0,0 +1,14 @@
++# bbgen compile-time settings for FreeBSD systems
++
++OSDEF = -DBSD
++
++# NETLIBS: None needed
++NETLIBS =
++
++# Compile flags for normal build
++CC = gcc
++CFLAGS = -g -O2 -Wall -Wno-unused -D_REENTRANT -I/usr/local/include -I/usr/pkg/include -L/usr/local/lib -L/usr/pkg/lib
++
++# Compile flags for debugging
++# CFLAGS = -g -DDEBUG -Wall -D_REENTRANT -I/usr/local/include -L/usr/local/lib
++