mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Set NOT_FOR_ARCHS for amd64 and sparc64.
The port assumes sizeof(void*) == sizeof(int)
This commit is contained in:
parent
cabd6f0d4a
commit
60aab9ad66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214667
@ -25,6 +25,9 @@ MY_CONFIGURE_ARGS+= -qtinc ${LOCALBASE}/include -qtlib ${LOCALBASE}/lib
|
||||
MY_CONFIGURE_ARGS+= -dbinc ${LOCALBASE}/include/db3 -dblib ${LOCALBASE}/lib
|
||||
BUILD_ENV+= PATH=${PATH}:${LOCALBASE}/bin
|
||||
|
||||
NOT_FOR_ARCHS= amd64 sparc64
|
||||
NOT_FOR_ARCHS_REASON= assumes 32-bit sized pointers
|
||||
|
||||
post-patch:
|
||||
@${MV} ${WRKSRC}/configs/bsd-generic ${WRKSRC}/configs/bsd-generic.sed
|
||||
${SED} \
|
||||
|
Loading…
Reference in New Issue
Block a user