git: 03e0c1130928 - main - finance/xtrader: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 17:43:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=03e0c1130928b0ae858a45339f1128865c33b61c commit 03e0c1130928b0ae858a45339f1128865c33b61c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-20 14:25:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-20 17:42:35 +0000 finance/xtrader: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- finance/xtrader/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/finance/xtrader/Makefile b/finance/xtrader/Makefile index cd4ed32d33dd..db7b136c6d74 100644 --- a/finance/xtrader/Makefile +++ b/finance/xtrader/Makefile @@ -11,11 +11,15 @@ WWW= http://xtrader.sourceforge.net/ LIB_DEPENDS= libptypes.so:devel/ptypes \ libfltk.so.1:x11-toolkits/fltk -MAKEFILE= Makefile.linux USES= gmake xorg USE_XORG= x11 xpm -BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} + +MAKEFILE= Makefile.linux + +CFLAGS+= --std=c++14 + NO_WRKSUBDIR= yes +BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} PLIST_FILES= bin/xtrader \ %%DATADIR%%/sample.xt