svn commit: r329153 - head/databases/firebird21-server/files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Oct 3 07:29:28 UTC 2013


Author: acm
Date: Thu Oct  3 07:29:27 2013
New Revision: 329153
URL: http://svnweb.freebsd.org/changeset/ports/329153

Log:
  - Respect CC on extern/btyacc. It could fix an issue on CURRENT
  
  Reported by:	pkg-fallout

Added:
  head/databases/firebird21-server/files/patch-extern-btyacc_Makefile   (contents, props changed)

Added: head/databases/firebird21-server/files/patch-extern-btyacc_Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/firebird21-server/files/patch-extern-btyacc_Makefile	Thu Oct  3 07:29:27 2013	(r329153)
@@ -0,0 +1,20 @@
+--- extern/btyacc/Makefile	2013-10-03 02:19:05.000000000 -0500
++++ extern/btyacc/Makefile	2013-10-03 02:19:21.000000000 -0500
+@@ -8,14 +8,14 @@
+ 
+ HDRS	      = defs.h mstring.h
+ 
+-CFLAGS	      = -g -Wall -Wstrict-prototypes -Wmissing-prototypes
++CFLAGS	      += -g -Wall -Wstrict-prototypes -Wmissing-prototypes
+ 
+ #LDFLAGS	      = -static
+ 
+ LIBS	      =
+ 
+-CC	      = gcc
+-LINKER	      = gcc
++CC	      ?= gcc
++LINKER	      ?= gcc
+ # LINKER      = cl
+ # CC	      = cl
+ 


More information about the svn-ports-head mailing list