git: 117cb462c46e - main - audio/calf-lv2: Remove irrelevant gcc-related flags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 03:14:50 UTC
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