mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
$NetBSD: patch-cc,v 1.1 2006/01/24 19:01:45 joerg Exp $
|
|
|
|
--- melib/Makefile.SH.orig 2006-01-24 18:05:16.000000000 +0000
|
|
+++ melib/Makefile.SH
|
|
@@ -35,7 +35,7 @@ TAGS = ctags
|
|
|
|
cat >>Makefile <<'!NO!SUBS!'
|
|
# Other general variables
|
|
-CFLAGS = -I$(INCLDIR) $(CCFLAGS) $(OPTIMIZE) $(DEBUG)
|
|
+CFLAGS += -I$(INCLDIR) $(CCFLAGS) $(DEBUG)
|
|
INCLDIR = ../hdrs
|
|
LINTFLAGS = -I$(INCLDIR)
|
|
SHELL = /bin/sh
|