svn commit: r309313 - head/lang/seed7/files

Pietro Cerutti gahr at FreeBSD.org
Thu Dec 20 12:47:44 UTC 2012


Author: gahr
Date: Thu Dec 20 12:47:43 2012
New Revision: 309313
URL: http://svnweb.freebsd.org/changeset/ports/309313

Log:
  - Respect user's CFLAGS

Modified:
  head/lang/seed7/files/patch-makefile

Modified: head/lang/seed7/files/patch-makefile
==============================================================================
--- head/lang/seed7/files/patch-makefile	Thu Dec 20 11:55:54 2012	(r309312)
+++ head/lang/seed7/files/patch-makefile	Thu Dec 20 12:47:43 2012	(r309313)
@@ -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


More information about the svn-ports-all mailing list