Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2017 11:10:47 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447876 - head/lang/cint
Message-ID:  <201708131110.v7DBAlk8021717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Aug 13 11:10:47 2017
New Revision: 447876
URL: https://svnweb.freebsd.org/changeset/ports/447876

Log:
  Make the port respect CFLAGS and CXXFLAGS.
  
  Bump PORTREVISION since this changes the flags the port is built with. This is
  step 1 towards making the port build with GCC 6.
  
  PR:		217008
  Approved by:	maintainer timeout (fjoe, 16 days)
  MFH:		2017Q3

Modified:
  head/lang/cint/Makefile

Modified: head/lang/cint/Makefile
==============================================================================
--- head/lang/cint/Makefile	Sun Aug 13 11:05:24 2017	(r447875)
+++ head/lang/cint/Makefile	Sun Aug 13 11:10:47 2017	(r447876)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cint
 PORTVERSION=	5.18.00
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	lang
 MASTER_SITES=	http://root.cern.ch/drupal/sites/default/files/
 
@@ -15,7 +15,8 @@ BROKEN_powerpc64=	does not build: cint/include/iosenum
 BUILD_DEPENDS=	bash:shells/bash
 
 HAS_CONFIGURE=	yes
-CONFIGURE_ENV=	CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV=	CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" \
+		CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
 USE_GCC=	yes
 USES=		gmake readline tar:tgz
 USE_LDCONFIG=	${PREFIX}/lib/cint



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