summaryrefslogtreecommitdiff
path: root/math/it++
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-13 12:51:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-13 12:51:10 +0000
commitbb70add78ccb4e902a6648f96f7b123ac02b43d8 (patch)
tree4b77644967e0c7243879fbae6d17b2d6aac76a7f /math/it++
parentMaintainer update port: lang/fbbi An interperter for the Befunge-98 language (diff)
use __sparc__ and __alpha__, not sparc and alpha
Notes
Notes: svn path=/head/; revision=78888
Diffstat (limited to 'math/it++')
-rw-r--r--math/it++/Makefile2
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: