mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Mark as broken on various tier-2 architectures.
This commit is contained in:
parent
8d7a93e78c
commit
d3ab9adca7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251945
@ -37,10 +37,12 @@ VER= ${PORTVERSION:S/.//}
|
||||
PLIST_SUB= VER=${VER}
|
||||
MAN1= gdb${VER}.1
|
||||
|
||||
#ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not configure on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
.if defined(WITH_INSIGHT)
|
||||
LIB_DEPENDS= itk:${PORTSDIR}/x11-toolkits/itk
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets:${PORTSDIR}/x11-toolkits/iwidgets
|
||||
|
@ -30,6 +30,10 @@ post-install:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
BROKEN= Does not compile on powerpc
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 700011
|
||||
EXTRA_PATCHES= files/timet.patch
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user