BROKEN on sparc64 and ia64: Does not compile
This commit is contained in:
parent
337c0b0414
commit
0481be1027
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146531
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ USE_GNOME= gtk20
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||
BROKEN= "Does not compile on sparc64 or ia64"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue