mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Fix building on amd64.
This commit is contained in:
parent
582b1941ce
commit
de3f43354f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215853
@ -42,7 +42,8 @@ CONFIGURE_ENV+= ac_cv_header_pcre_h=no
|
||||
MAKE_FLAGS+= HOST=${HOST} PREFIX=${PREFIX} PLATFORM=${PLATFORM} INFODIR=${PREFIX}/info
|
||||
|
||||
post-patch:
|
||||
${MV} ${WRKSRC}/apply-hack.x86.s ${WRKSRC}/apply-hack.i386.s
|
||||
${MV} ${WRKSRC}/apply-hack.x86.s ${WRKSRC}/apply-hack.i386.s
|
||||
${MV} ${WRKSRC}/apply-hack.x86-64.s ${WRKSRC}/apply-hack.amd64.s
|
||||
# @${REINPLACE_CMD} -e 's/\(install-data-am: \)install-data-local/\1/' \
|
||||
# ${WRKSRC}/Makefile.in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user