1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/x11/imwheel/files/patch-ad
John Baldwin f97d64c503 The imwheel port maps mouse button events to X keyboard events. This
can be used to use the wheel on mice such as the Microsoft IntelliMouse
and the Logitech TrackMan+ in X.
2000-02-23 23:30:22 +00:00

21 lines
414 B
Plaintext

--- jax/Makefile.orig Tue Feb 22 08:33:53 2000
+++ jax/Makefile Tue Feb 22 08:35:02 2000
@@ -1,13 +1,13 @@
-CC=gcc -O -s
+#CC=gcc -O -s
#CC=gcc -g
-INC=-I/usr/X11R6/include
-LIB=-L/usr/X11R6/lib
+INC=-I${X11BASE}/include
+LIB=-L${X11BASE}/lib
ARCHIVE=*.c *.h Makefile *.1 *.man
all: libjax.a
jax.o : jax.c jax.h
- $(CC) -c jax.c $(INC)
+ $(CC) $(CFLAGS) -c jax.c $(INC)
libjax.a: jax.o
rm -f libjax.a