diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-13 20:51:10 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-13 20:51:10 +0800 |
commit | d0822ac73040c097d868667ffaba3dabb4c1c63a (patch) | |
tree | 6d041b8e5b0963c66e74824b1b940e36cd164da9 /math | |
parent | f63d4094c292b6fa41a4aac4f31db0afac94be09 (diff) | |
download | freebsd-ports-gnome-d0822ac73040c097d868667ffaba3dabb4c1c63a.tar.gz freebsd-ports-gnome-d0822ac73040c097d868667ffaba3dabb4c1c63a.tar.zst freebsd-ports-gnome-d0822ac73040c097d868667ffaba3dabb4c1c63a.zip |
use __sparc__ and __alpha__, not sparc and alpha
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: |