summaryrefslogtreecommitdiff
path: root/misc/wmx10/files
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2001-04-09 11:09:54 +0000
committerEric Melville <eric@FreeBSD.org>2001-04-09 11:09:54 +0000
commit9351b1be767145e45f78cfecff42ab9e8e3c346c (patch)
treea9e2f711b4891d2f8c93a5f388df9123bfd2b83d /misc/wmx10/files
parentUpdate 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-aa19
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