1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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
This commit is contained in:
Alan Eldridge 2002-11-27 15:01:40 +00:00
parent 08f4ae5cb3
commit 25f5411408
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71159

View File

@ -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)