mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
16 lines
522 B
Plaintext
16 lines
522 B
Plaintext
$NetBSD: patch-Makefile,v 1.3 2014/05/20 12:26:11 obache Exp $
|
|
|
|
* Honor CFLAGS
|
|
|
|
--- Makefile.orig 2009-06-15 23:35:20.000000000 +0000
|
|
+++ Makefile
|
|
@@ -142,7 +142,7 @@ z80code: $(Z80CODE)
|
|
# Local customizations for make variables are done in Makefile.local:
|
|
include Makefile.local
|
|
|
|
-CFLAGS = $(DEBUG) $(ENDIAN) $(DEFAULT_ROM) $(READLINE) $(DISKDIR) $(IFLAGS) \
|
|
+CFLAGS += $(DEBUG) $(ENDIAN) $(DEFAULT_ROM) $(READLINE) $(DISKDIR) $(IFLAGS) \
|
|
$(APPDEFAULTS) -DKBWAIT
|
|
LIBS = $(XLIB) $(READLINELIBS) $(EXTRALIBS)
|
|
|