diff options
Diffstat (limited to 'comms/predict/Makefile')
-rw-r--r-- | comms/predict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/predict/Makefile b/comms/predict/Makefile index 86dc7810ef1f..88af5226d17d 100644 --- a/comms/predict/Makefile +++ b/comms/predict/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 INSTALL_TARGET= install install.man -MAKE_ENV= LIBS="${PTHREAD_LIBS}" +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/predict.h > ${WRKSRC}/predict.h |