mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Attempt to fix build on powerpc.
Hat: portmgr
This commit is contained in:
parent
9de0542b25
commit
faa4178285
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251962
@ -135,7 +135,7 @@ PLIST_SUB+= DC1394="@comment "
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.if (${ARCH} == "i386") || (${ARCH} == "ia64") || (${ARCH} == "amd64") || (${ARCH} == "sparc64")
|
||||
.if (${ARCH} == "amd64") || (${ARCH} == "i386") || (${ARCH} == "ia64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64")
|
||||
PLIST_SUB+= BSDVIDEO=""
|
||||
.else
|
||||
PLIST_SUB+= BSDVIDEO="@comment "
|
||||
|
Loading…
Reference in New Issue
Block a user