mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
BROKEN on amd64: Does not compile on amd64 (needs -fPIC)
This commit is contained in:
parent
6f1341f1f8
commit
c14265e654
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127766
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ post-install:
|
|||
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on amd64 (needs -fPIC)"
|
||||
.endif
|
||||
|
||||
# pre-detection
|
||||
# JPEGMMX
|
||||
.if exists(${LOCALBASE}/lib/libjpeg-mmx.a)
|
||||
|
|
Loading…
Add table
Reference in a new issue