Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2019 14:53:16 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511097 - head/math/bcal
Message-ID:  <201909041453.x84ErG7s059229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Sep  4 14:53:15 2019
New Revision: 511097
URL: https://svnweb.freebsd.org/changeset/ports/511097

Log:
  math/bcal: Honor CFLAGS
  
  Set CFLAGS_OPTIMIZATION to nothing in order to override default
  optimizations.

Modified:
  head/math/bcal/Makefile

Modified: head/math/bcal/Makefile
==============================================================================
--- head/math/bcal/Makefile	Wed Sep  4 14:22:07 2019	(r511096)
+++ head/math/bcal/Makefile	Wed Sep  4 14:53:15 2019	(r511097)
@@ -3,7 +3,7 @@
 PORTNAME=	bcal
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1-12
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONSUFFIX=	-g6867abd
 CATEGORIES=	math
 
@@ -22,7 +22,7 @@ USES=	gmake python:test,3.5+ readline
 USE_GITHUB=	yes
 GH_ACCOUNT=	jarun
 
-MAKE_ARGS=	MANDIR=${STAGEDIR}${MAN1PREFIX}/man/man1
+MAKE_ARGS=	CFLAGS_OPTIMIZATION= MANDIR=${STAGEDIR}${MAN1PREFIX}/man/man1
 
 PLIST_FILES=	bin/bcal \
 		man/man1/bcal.1.gz



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