summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-11-27 15:01:40 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-11-27 15:01:40 +0000
commit25f5411408047142ace148188d2fd174dbea7790 (patch)
tree8152d89052253736835772486a53229b7ac0143d /lang
parentMark FORBIDDEN due to a recently discovered security vulnerability: (diff)
Fix autoconf usage. Port is still broken, though. It's missing linking in
whatever has all the mpz_ functions (libgmp?). But that's not autoconf's fault. Approved by: kris
Notes
Notes: svn path=/head/; revision=71159
Diffstat (limited to 'lang')
-rw-r--r--lang/mozart/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile
index 685a21f3b295..d8d54a8b403b 100644
--- a/lang/mozart/Makefile
+++ b/lang/mozart/Makefile
@@ -30,6 +30,7 @@ USE_BISON= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
USE_XLIB= yes
+USE_AUTOCONF_VER= 213
# magic wand: set INSTALL to some absurd value, or else
# mozart's configure will not find the right install
# when configuring as root.
@@ -52,9 +53,12 @@ pre-extract:
@${ECHO}
post-patch:
- cd ${WRKSRC}/contrib/gtk && autoconf213 -l ${WRKSRC}
- cd ${WRKSRC}/platform/emulator && autoconf213 -l ${WRKSRC}
- cd ${WRKSRC}/platform/tools/gump/ozflex && autoconf213 -l ${WRKSRC}
+ cd ${WRKSRC}/contrib/gtk \
+ && ${AUTOCONF} ${AUTOCONF_ARGS} -l ${WRKSRC}
+ cd ${WRKSRC}/platform/emulator \
+ && ${AUTOCONF} ${AUTOCONF_ARGS} -l ${WRKSRC}
+ cd ${WRKSRC}/platform/tools/gump/ozflex \
+ && ${AUTOCONF} ${AUTOCONF_ARGS} -l ${WRKSRC}
post-install:
.if !defined(NOPORTDOCS)