openbsd-ports/misc/screen/patches/patch-aa
1999-12-28 05:03:02 +00:00

23 lines
515 B
Plaintext

--- Makefile.in.orig Wed Sep 1 18:50:31 1999
+++ Makefile.in Mon Dec 27 23:34:35 1999
@@ -21,8 +21,8 @@
ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
CC = @CC@
-CFLAGS = -O
-LDFLAGS =
+CFLAGS = @CFLAGS@
+LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
CPP_DEPEND=$(CC) -MM
@@ -62,7 +62,7 @@
kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o \
sched.o teln.o nethack.o
-all: screen
+all: screen screen.info
screen: $(OFILES)
$(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS)