openbsd-ports/misc/screen/patches/patch-aa
brad 1f560c5b33 - change maintainer to me (brad@openbsd.org)
- remove pre-configure target
- make screen's Makefile remove screen.info before re-creating it
- instead of removing CFLAGS from Makefile.in, replace its value with
  @CFLAGS@ so the autoconf script fills it in, same with LDFLAGS
1999-12-09 21:17:19 +00:00

14 lines
303 B
Plaintext

--- Makefile.in.orig Wed Sep 1 18:50:31 1999
+++ Makefile.in Thu Dec 9 16:04:03 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