Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2021 21:00:18 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 79b0a197fbd4 - main - math/libsemigroups: respect user-provided CFLAGS
Message-ID:  <202105062100.146L0Ih9055610@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79b0a197fbd49992bd13bcde0654aba37cc3da2c

commit 79b0a197fbd49992bd13bcde0654aba37cc3da2c
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-05-06 20:57:18 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-05-06 21:00:01 +0000

    math/libsemigroups: respect user-provided CFLAGS
---
 math/libsemigroups/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/libsemigroups/Makefile b/math/libsemigroups/Makefile
index 6c7f516c7f9d..7092325ef0aa 100644
--- a/math/libsemigroups/Makefile
+++ b/math/libsemigroups/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	libsemigroups
 PORTVERSION=	1.3.7
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -40,6 +41,6 @@ pre-configure:
 		${WRKSRC}/include/libsemigroups/hpcombi.hpp
 .endif
 	${REINPLACE_CMD} -e 's|fmtinclude_HEADERS|#fmtinclude_HEADERS|'	\
-		${WRKSRC}/Makefile.am
+		-e 's|-O3 ||' ${WRKSRC}/Makefile.am
 
 .include <bsd.port.post.mk>



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