mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- This now fails over on amd64 5.x and 8.x too, so just flip the logic and
allow it on i386 only Reported by: pointyhat
This commit is contained in:
parent
646c85816d
commit
8f4fb6da75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207599
1 changed files with 3 additions and 10 deletions
|
@ -19,17 +19,10 @@ CONFIGURE_ARGS+= --with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
|
|||
MAN1= ppmcaption.1
|
||||
PLIST_FILES= bin/ppmcaption
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Does not compile on ia64"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} < 700000
|
||||
BROKEN= Does not compile on amd64 5.x/6.x
|
||||
.endif
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue