diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-20 12:47:43 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-20 12:47:43 +0000 |
commit | 6b10aaf833abdabfa1b2fe611c0a852b84e37b93 (patch) | |
tree | 61b47640fd61bebee28b53a7c66cf051dbd02376 /lang/seed7 | |
parent | c3793c1fde88009d5b50d3f0b8748cea6df7c7e0 (diff) |
- Respect user's CFLAGS
Notes
Notes:
svn path=/head/; revision=309313
Diffstat (limited to 'lang/seed7')
-rw-r--r-- | lang/seed7/files/patch-makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/seed7/files/patch-makefile b/lang/seed7/files/patch-makefile index 966804a1b6c0..084912c0754a 100644 --- a/lang/seed7/files/patch-makefile +++ b/lang/seed7/files/patch-makefile @@ -5,7 +5,7 @@ # CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv # CFLAGS = -O2 -g -x c++ -Wall -Winline -Wconversion -Wshadow -Wpointer-arith -CFLAGS = -O2 -g -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -+CFLAGS = -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -I%%LOCALBASE%%/include ++CFLAGS += -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -I%%LOCALBASE%%/include # CFLAGS = -O2 -g -ffunction-sections -fdata-sections -Wall -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -g -std=c99 -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -g -Wall -Winline -Wconversion -Wshadow -Wpointer-arith |