diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-08-30 08:25:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-08-30 08:25:52 +0000 |
commit | 6f878dd92fa47ced0082df11c282cd4761558961 (patch) | |
tree | 2b7925f1021cd3142f5a985b916642b97404d403 | |
parent | c689b74f784c2645c0de891179683dc288cd0b6c (diff) | |
download | ports-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/Makefile | 8 |
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> |