head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.26.06.14.13; author rillig; state Exp; branches; next ; commitid hOEg9jeEVT5oY7PG; desc @@ 1.1 log @math/otter: clean up Remove ".." from the files to be patched by adjusting WRKSRC. Add patches needed for C23. @ text @$NetBSD: patch-aa,v 1.2 2001/04/25 23:35:30 jtb Exp $ Pass the CFLAGS to the compiler. --- source/Makefile.orig Thu Apr 13 15:34:18 2000 +++ source/Makefile @@@@ -80,14 +80,14 @@@@ # Specify the C compiler. I recommend gcc (GNU C Compiler) if you have it. # In many Linux environments, cc is just a symlink to gcc. -CC = cc +#CC = cc ############################################################################# # # Specify the compiler flags; include DFLAGS (above) -- Pick one of these # # optimized -CFLAGS = -O $(DFLAGS) +CFLAGS += $(DFLAGS) # # save symbols for debuggers # CFLAGS = -g $(DFLAGS) @