diff options
Diffstat (limited to 'math/it++/Makefile')
| -rw-r--r-- | math/it++/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/it++/Makefile b/math/it++/Makefile index 7d1ea97be816..100e9f6808fc 100644 --- a/math/it++/Makefile +++ b/math/it++/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ARGS= opt USE_GMAKE= yes post-patch: + @${REINPLACE_CMD} -e "s|sparc|__sparc__|" \ + -e "s|alpha|__alpha__|" ${WRKSRC}/include/base/machdep.h @${REINPLACE_CMD} -e "s|[$$]{it_dir}|${LOCALBASE}|g" ${WRKSRC}/configure do-install: |
