diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-20 20:47:43 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-20 20:47:43 +0800 |
commit | 9f17ecae6fa390d11f523473b8d5b2a2547043f6 (patch) | |
tree | 61b47640fd61bebee28b53a7c66cf051dbd02376 /lang/seed7 | |
parent | 7aa1aee6367d901a15cf72b7dc768529d0e38d66 (diff) | |
download | freebsd-ports-gnome-9f17ecae6fa390d11f523473b8d5b2a2547043f6.tar.gz freebsd-ports-gnome-9f17ecae6fa390d11f523473b8d5b2a2547043f6.tar.zst freebsd-ports-gnome-9f17ecae6fa390d11f523473b8d5b2a2547043f6.zip |
- Respect user's CFLAGS
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 |