aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2022-08-30 08:25:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2022-08-30 08:25:52 +0000
commit6f878dd92fa47ced0082df11c282cd4761558961 (patch)
tree2b7925f1021cd3142f5a985b916642b97404d403
parentc689b74f784c2645c0de891179683dc288cd0b6c (diff)
downloadports-6f878dd92fa47ced0082df11c282cd4761558961.tar.gz
ports-6f878dd92fa47ced0082df11c282cd4761558961.zip
audio/funktrackergold: gcc does not know the -fnested-functions flag
Reported by: pkg-fallout
-rw-r--r--audio/funktrackergold/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/funktrackergold/Makefile b/audio/funktrackergold/Makefile
index a2ae51dabb95..04738b47d123 100644
--- a/audio/funktrackergold/Makefile
+++ b/audio/funktrackergold/Makefile
@@ -23,12 +23,6 @@ PLIST_FILES= bin/funkgold
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE:Mgcc}
-CFLAGS+= -fnested-functions
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin
@@ -38,4 +32,4 @@ do-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>