summaryrefslogtreecommitdiff
path: root/x11-terms/xvt/files/xvt-makefile.patch
blob: b147d9d8c2b98c1c5aab243c60682fe71dd022ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@
 #ARCH=AIX3
 #ARCH=ULTRIX
 #ARCH=HPUX
-#ARCH=LINUX
+ARCH=LINUX
 #
 #
 # If this line is uncommented then `Make config' will unclude several options
@@ -107,7 +107,7 @@
 OBJ=xvt.o xsetup.o command.o screen.o sbar.o ttyinit.o
 SRC=xvt.c xsetup.c command.c screen.c sbar.c ttyinit.c
 #
-CFLAGS=-O $(INCLUDE) $(OPTIONS) $(DEFS) -D$(ARCH)
+CFLAGS+= $(INCLUDE) $(OPTIONS) $(DEFS) -D$(ARCH)
 #
 xvt: $(OBJ)
 	$(CC) $(LDFLAGS) -o xvt $(OBJ) $(LIB) -lX11