BROKEN on !i386: Does not compile
This commit is contained in:
parent
8ff4d617fe
commit
48df089d67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102074
4 changed files with 25 additions and 3 deletions
|
@ -28,6 +28,12 @@ SCRIPTS_ENV+= MANSECS="${MANSECS}"
|
|||
|
||||
MANSECS= 1 3 5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
.for i in Makefile Makefile.inc
|
||||
@${CP} ${FILESDIR}/$i ${WRKSRC}
|
||||
|
@ -72,4 +78,4 @@ post-install:
|
|||
.endfor
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -37,6 +37,10 @@ MAN1= avifix.1 aviindex.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile on !i386"
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libMagick.so)
|
||||
WITH_IMAGEMAGICK= yes
|
||||
.endif
|
||||
|
|
|
@ -20,4 +20,10 @@ USE_GNOME= gtk12
|
|||
USE_BISON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -20,4 +20,10 @@ USE_GNOME= gtk12
|
|||
USE_BISON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue