summaryrefslogtreecommitdiff
path: root/net/wmnet/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 15:40:41 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 15:40:41 +0000
commita6079303461ce67909b213f036e6588b442a296a (patch)
tree55afa2d7732d8efcbe20f337914cbeed72471049 /net/wmnet/files
parentAdd linux-realplayer. (diff)
Upgrade to v1.2.
PR: ports/9790 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=16673
Diffstat (limited to 'net/wmnet/files')
-rw-r--r--net/wmnet/files/patch-aa31
1 files changed, 13 insertions, 18 deletions
diff --git a/net/wmnet/files/patch-aa b/net/wmnet/files/patch-aa
index 19926e3b9dbd..945bb674ac00 100644
--- a/net/wmnet/files/patch-aa
+++ b/net/wmnet/files/patch-aa
@@ -1,20 +1,15 @@
---- 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
+--- Makefile.orig Fri Dec 4 00:33:58 1998
++++ Makefile Sat Feb 13 00:20:30 1999
+@@ -2,11 +2,10 @@
+ # Makefile,v 1.8 1998/12/03 15:33:58 rneswold Exp
+ #
+
+-PREFIX=/usr/local
+ MANDIR=${PREFIX}/man
+ BINDIR=${PREFIX}/bin
+
+-LIBDIR = -L/usr/X11R6/lib -L/usr/local/lib
++LIBDIR = -L${X11BASE}/lib -L${LOCALBASE}/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
-
+ INCDIR = -I${X11BASE}/include