Detect amd64 by using config.sub and config.guess from TEMPLATES
This commit is contained in:
parent
fb75f74d2e
commit
677b667264
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116925
2 changed files with 4 additions and 4 deletions
|
@ -41,6 +41,8 @@ do-extract:
|
|||
${MKDIR} ${WRKDIR}
|
||||
${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
|
||||
${RM} -f ${WRKSRC}/config.cache
|
||||
${CP} ${TEMPLATES}/config.sub ${WRKSRC}
|
||||
${CP} ${TEMPLATES}/config.guess ${WRKSRC}
|
||||
|
||||
do-build:
|
||||
for dir in ${WRKSRC}/src/api/perl/*; do \
|
||||
|
|
|
@ -35,14 +35,12 @@ CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure fails on amd64"
|
||||
.endif
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
|
||||
${RM} -f ${WRKSRC}/config.cache
|
||||
${CP} ${TEMPLATES}/config.sub ${WRKSRC}
|
||||
${CP} ${TEMPLATES}/config.guess ${WRKSRC}
|
||||
|
||||
pre-install:
|
||||
${MKDIR} `php-config --extension-dir`
|
||||
|
|
Loading…
Reference in a new issue