summaryrefslogtreecommitdiff
path: root/net/upclient/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/upclient/patches/patch-ae')
-rw-r--r--net/upclient/patches/patch-ae18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/upclient/patches/patch-ae b/net/upclient/patches/patch-ae
new file mode 100644
index 00000000000..66ed3aafaaf
--- /dev/null
+++ b/net/upclient/patches/patch-ae
@@ -0,0 +1,18 @@
+$NetBSD: patch-ae,v 1.1 2003/07/02 18:22:43 jmmv Exp $
+
+--- src/Makefile.orig 2001-06-17 00:48:35.000000000 +0200
++++ src/Makefile
+@@ -36,10 +36,10 @@ nothing-specified:
+ @echo ""
+
+ bsd:
+- $(MAKE) CC=gcc \
+- LDFLAGS='-lkvm' \
++ $(MAKE) \
++ LDFLAGS='$(LDFLAGS) -lkvm' \
+ OBJECTS='stats-bsd.c $(STDOPTS)' \
+- CFLAGS='-DPLATFORM_BSD -DCONFIGFILE=\"$(CONFIGFILE)\"' \
++ CFLAGS='$(CFLAGS) -DPLATFORM_BSD -DCONFIGFILE=\"$(CONFIGFILE)\"' \
+ upclient
+
+ darwin: