Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 03:14:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 117cb462c46e - main - audio/calf-lv2: Remove irrelevant gcc-related flags
Message-ID:  <202401220314.40M3EoDr071474@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=117cb462c46e819329ad6e2d87fad6e20ff73ce8

commit 117cb462c46e819329ad6e2d87fad6e20ff73ce8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-22 01:33:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-22 03:14:46 +0000

    audio/calf-lv2: Remove irrelevant gcc-related flags
    
    ... they are present in the build anyway.
---
 audio/calf-lv2/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/audio/calf-lv2/Makefile b/audio/calf-lv2/Makefile
index 233eae7de816..b742d65f5df2 100644
--- a/audio/calf-lv2/Makefile
+++ b/audio/calf-lv2/Makefile
@@ -61,10 +61,6 @@ USES+=		compiler:c++11-lang
 
 .include <bsd.port.pre.mk>
 
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-CXXFLAGS+=	-finline-limit=80 -finline-functions -finline-functions-called-once
-.endif
-
 post-install: # fix absolute symbolic link to be relative
 	@${RM} ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calf.so
 	@${RLN} ${STAGEDIR}${PREFIX}/lib/calf/libcalf.so ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calf.so



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