summaryrefslogtreecommitdiff
path: root/net/wmnet/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-12-03 11:06:34 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-12-03 11:06:34 +0000
commit720ee006862097612eb010c9a0ab17ab4e63c161 (patch)
tree66473de65e495cf008527acbca9436a7f4c0eff2 /net/wmnet/files
parentActivate wmnet. (diff)
A network bandwidth monitor intended for the WindowMaker dock.
PR: ports/7780 Submitted by: "Richard M. Neswold" <rneswold@drmemory.fnal.gov>
Notes
Notes: svn path=/head/; revision=15091
Diffstat (limited to 'net/wmnet/files')
-rw-r--r--net/wmnet/files/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/wmnet/files/patch-aa b/net/wmnet/files/patch-aa
new file mode 100644
index 000000000000..19926e3b9dbd
--- /dev/null
+++ b/net/wmnet/files/patch-aa
@@ -0,0 +1,20 @@
+--- Makefile.orig Sat Sep 19 02:58:38 1998
++++ Makefile Thu Dec 3 01:04:50 1998
+@@ -9,14 +9,15 @@
+ LIBDIR = -L/usr/X11R6/lib -L/usr/local/lib
+ LIBS = -lXpm -lXext -lX11 -lkvm
+ OBJS = main.o if.o wmgeneral.o
++INCDIR = -I${X11BASE}/include
+
+ .c.o :
+- cc -c -g -O1 -Wall $< -o $*.o
++ cc -c -g -O1 -Wall ${INCDIR} $< -o $*.o
+
+ all :: wmnet
+
+ wmnet : $(OBJS)
+- cc -o wmnet $(OBJS) $(LIBDIR) $(LIBS)
++ cc -o wmnet $(OBJS) $(LIBDIR) $(LIBS) ${INCDIR}
+
+ main.o : wmnet-mask.xbm wmnet-master.xpm wmnet.h wmgeneral.h
+