diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-13 12:51:10 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-13 12:51:10 +0000 |
commit | d0822ac73040c097d868667ffaba3dabb4c1c63a (patch) | |
tree | 6d041b8e5b0963c66e74824b1b940e36cd164da9 /math/it++ | |
parent | f63d4094c292b6fa41a4aac4f31db0afac94be09 (diff) | |
download | FreeBSD-ports-d0822ac73040c097d868667ffaba3dabb4c1c63a.zip FreeBSD-ports-d0822ac73040c097d868667ffaba3dabb4c1c63a.tar.gz |
use __sparc__ and __alpha__, not sparc and alpha
Diffstat (limited to 'math/it++')
-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 7d1ea97..100e9f6 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: |