svn commit: r511097 - head/math/bcal

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Sep 4 14:53:16 UTC 2019


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


More information about the svn-ports-all mailing list