aboutsummaryrefslogtreecommitdiff
path: root/cad/varkon/files/patch-sources_PL_src_Makefile.FreeBSD
blob: 6a4f243301359142e622e90735599dc81b442351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sources/PL/src/Makefile.FreeBSD.orig	2020-08-29 08:59:42 UTC
+++ sources/PL/src/Makefile.FreeBSD
@@ -12,7 +12,7 @@ CC ?= gcc
 
 # Options to CC
 
-CFLAGS = -ansi                       \
+CFLAGS += -ansi                       \
          -Wall                       \
          -pedantic                   \
          -ffloat-store               \