mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Attempt to fix build on powerpc (32-bit).
Hat: portmgr
This commit is contained in:
parent
ccbf6e5f3c
commit
368cdcdd89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288147
@ -88,7 +88,7 @@ post-patch:
|
||||
${WRKSRC}/configure; do \
|
||||
${REINPLACE_CMD} -e's|wx-config |${WX_CONFIG} |g' "$$f"; \
|
||||
done
|
||||
.if ${ARCH} == "i386"
|
||||
.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
|
||||
@${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \
|
||||
${WRKSRC}/src/saga_core/saga_api/api_core.h
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user