diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-13 12:51:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-13 12:51:10 +0000 |
commit | bb70add78ccb4e902a6648f96f7b123ac02b43d8 (patch) | |
tree | 4b77644967e0c7243879fbae6d17b2d6aac76a7f /math | |
parent | 1b53ebbb3189f5151d39d302561fcd8ebe6f213f (diff) | |
download | ports-bb70add78ccb4e902a6648f96f7b123ac02b43d8.tar.gz ports-bb70add78ccb4e902a6648f96f7b123ac02b43d8.zip |
Notes
Diffstat (limited to 'math')
-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: |