mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
lang/swi-pl: fix build on powerpc64
Builds fine with GCC 9. Approved by: mentors (implicit approval)
This commit is contained in:
parent
edb8eb45fd
commit
fe4735838a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512984
@ -15,7 +15,6 @@ LICENSE= BSD2CLAUSE
|
||||
|
||||
BROKEN_mips= fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
|
||||
BROKEN_mips64= fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
|
||||
BROKEN_powerpc64= fails to compile: pce_principal.pl:155: Shared object "pl2xpce" not found, required by "swipl"
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
libodbc.so:databases/unixODBC \
|
||||
@ -27,7 +26,7 @@ SWIPLDIR= ${PORTNAME:C/-//}-${PORTVERSION}
|
||||
|
||||
NOPRECIOUSMAKEVARS= yes
|
||||
|
||||
USES= libedit gmake jpeg libarchive pathfix pkgconfig \
|
||||
USES= compiler:c11 libedit gmake jpeg libarchive pathfix pkgconfig \
|
||||
readline shebangfix ssl
|
||||
USE_XORG= ice sm x11 xext xft xinerama xpm xt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user