aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-22 01:33:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-22 03:14:46 +0000
commit117cb462c46e819329ad6e2d87fad6e20ff73ce8 (patch)
tree649bfe281c3718ed3b3472c21215d4ec0f228dd0
parent88114eea9b8c2e093be54a0449870318fb8a9b2c (diff)
downloadports-117cb462c46e819329ad6e2d87fad6e20ff73ce8.tar.gz
ports-117cb462c46e819329ad6e2d87fad6e20ff73ce8.zip
audio/calf-lv2: Remove irrelevant gcc-related flags
... they are present in the build anyway.
-rw-r--r--audio/calf-lv2/Makefile4
1 files changed, 0 insertions, 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