mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
autoconf not available in extract/patch-targets, so move invocation to
pre-configure. Noticed by: pointyhat
This commit is contained in:
parent
800be9c5ab
commit
5f26b865a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109217
@ -54,7 +54,7 @@ pre-everything::
|
||||
@${ECHO_MSG} "Use make -DWITH_VOODOO3 if you have a Voodoo3 or Banshee card"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
pre-configure:
|
||||
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -30,7 +30,7 @@ ONLY_FOR_ARCHS= i386
|
||||
# Glide DOES NOT work with CFLAGS greater than -O2
|
||||
CFLAGS+= -O
|
||||
|
||||
post-extract:
|
||||
pre-configure:
|
||||
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user