mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
27 lines
775 B
Plaintext
27 lines
775 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/05/23 06:23:02 dholland Exp $
|
|
|
|
- don't overwrite pkgsrc LDFLAGS
|
|
- remove interactive stall during build
|
|
|
|
--- Makefile.orig 1998-12-04 23:17:38.000000000 +0000
|
|
+++ Makefile
|
|
@@ -42,7 +42,7 @@ CFLAGS=$(CDEFS)
|
|
CC=cc
|
|
|
|
# Libraries: if VT100 is defined above, you don't need -ltermcap.
|
|
-LDFLAGS= -ltermcap
|
|
+LDFLAGS+= -ltermcap
|
|
|
|
# TERM support
|
|
# term directory. where you have term's client.a and client.h hidden
|
|
@@ -61,8 +61,7 @@ echo:
|
|
@echo "WARNING: if you are coming from a 1.0.x version,"
|
|
@echo "re-read Changelog and powwow.doc as many things have changed."
|
|
@echo "In particular, syntax and effects of #prompt and #isprompt changed in 1.1.7"
|
|
- @echo "Press ENTER to continue..."
|
|
- @read dummy
|
|
+ @echo
|
|
|
|
strip: $(NAME)
|
|
strip $(NAME)
|