diff options
author | Eric Melville <eric@FreeBSD.org> | 2001-04-09 11:09:54 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2001-04-09 11:09:54 +0000 |
commit | 9351b1be767145e45f78cfecff42ab9e8e3c346c (patch) | |
tree | a9e2f711b4891d2f8c93a5f388df9123bfd2b83d /misc/wmx10/files | |
parent | Update to 1.2.13, fix a fennerism along the way ;) (diff) |
Add wmx10, a WindowMaker X10 device controller.
PR: 21598
Reviewed by: murray
Notes
Notes:
svn path=/head/; revision=41123
Diffstat (limited to 'misc/wmx10/files')
-rw-r--r-- | misc/wmx10/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/wmx10/files/patch-aa b/misc/wmx10/files/patch-aa new file mode 100644 index 000000000000..408151ee324e --- /dev/null +++ b/misc/wmx10/files/patch-aa @@ -0,0 +1,19 @@ +--- Makefile.orig Sun Oct 17 14:25:17 1999 ++++ Makefile Mon Apr 9 00:27:38 2001 +@@ -1,5 +1,5 @@ +-INCDIR = -I/usr/X11R6/include +-LIBDIR = -L/usr/X11R6/lib ++INCDIR = -I${X11BASE}/include ++LIBDIR = -L${X11BASE}/lib + LIBS = -lXpm -lXext -lX11 + OBJS = br_cmd.o wmx10.o ../wmgeneral/wmgeneral.o + CFLAGS = -D$(shell echo `uname -s`) #-DDEBUG +@@ -19,6 +19,6 @@ + done + rm -f wmx10 *~ + +-install: ++install: wmx10 + strip wmx10 +- mv wmx10 /usr/local/bin ++ mv wmx10 ${X11BASE}/bin |