From ae7a743fbecd35f82325288c8bb86b35d9425cd3 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 27 Aug 2020 17:08:48 +0000 Subject: [PATCH] math/abs: fix build on recent current --- math/abs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/abs/Makefile b/math/abs/Makefile index 27d0c240772c..699277f1bf31 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -17,6 +17,9 @@ USES= xorg USE_XORG= x11 xpm xaw WRKSRC= ${WRKDIR}/abs-src-0.908 +# Fix build on current +CFLAGS+= -fcommon + post-patch: @${REINPLACE_CMD} -e 's/trcasestr/strcasestr_/g' ${WRKSRC}/Database/cell.c