mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
f97d64c503
can be used to use the wheel on mice such as the Microsoft IntelliMouse and the Logitech TrackMan+ in X.
21 lines
414 B
Plaintext
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
|