diff options
Diffstat (limited to 'math/physcalc/Makefile')
-rw-r--r-- | math/physcalc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/physcalc/Makefile b/math/physcalc/Makefile index 5d2fb87b614d..3055a50b018e 100644 --- a/math/physcalc/Makefile +++ b/math/physcalc/Makefile @@ -22,6 +22,7 @@ SRCS= physconv.c physmain.c physmlib.c physnode.c physoper.c \ physsolv.c CFLAGS+= -Wno-return-type +NO_STAGE= yes pre-build: ${REINPLACE_CMD} -e "s@void main@int main@g" ${WRKSRC}/physmain.c |