openbsd-ports/devel/jam/patches/patch-jambase_c
naddy b10883fded Import jam 2.4; submitted by Jonathan Auer <jda@auerfamily.org>.
Jam is a make(1) replacement that makes building simple things simple and
building complicated things manageable.
2003-02-13 14:51:43 +00:00

13 lines
373 B
Plaintext

$OpenBSD: patch-jambase_c,v 1.1.1.1 2003/02/13 14:51:43 naddy Exp $
--- jambase.c.orig Wed Apr 17 21:29:45 2002
+++ jambase.c Thu Feb 13 15:18:22 2003
@@ -296,7 +296,7 @@ char *jambase[] = {
"LEX ?= lex ;\n",
"LINKFLAGS ?= $(CCFLAGS) ;\n",
"LINKLIBS ?= ;\n",
-"OPTIM ?= -O ;\n",
+"OPTIM ?= ;\n",
"RANLIB ?= ranlib ;\n",
"YACC ?= yacc ;\n",
"YACCGEN ?= .c ;\n",