1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/x11/imwheel/files/patch-ac
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
391 B
Plaintext

--- getopt/Makefile.orig Tue Feb 22 08:32:25 2000
+++ getopt/Makefile Tue Feb 22 08:33:19 2000
@@ -1,12 +1,12 @@
# GetOpt Makefile
-CC=gcc
+#CC=gcc
#FLAGS=-g -DDEBUG -Wall
#FLAGS=-g -pg
-FLAGS=-O6 -s -Wall
-CFLAGS=$(FLAGS)
-LDFLAGS=$(FLAGS)
-SHELL=`which bash`
+FLAGS=-Wall
+CFLAGS+=$(FLAGS)
+LDFLAGS+=$(FLAGS)
+SHELL=`which sh`
LIB=libgetopt.a
OBJS=getopt.o getopt1.o
RANLIB=ranlib