Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 07:29:27 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329153 - head/databases/firebird21-server/files
Message-ID:  <201310030729.r937TRrO090898@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310030729.r937TRrO090898>