diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-26 20:28:03 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-26 20:28:03 +0000 |
commit | fe4735838a2964e60619cfcae1958d5634e14889 (patch) | |
tree | e5eac57cea73cd726ddbb4c215808b154f44f246 /lang/swi-pl | |
parent | Revert to r512240. (diff) |
lang/swi-pl: fix build on powerpc64
Builds fine with GCC 9.
Approved by: mentors (implicit approval)
Notes
Notes:
svn path=/head/; revision=512984
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 1a1b7b3a6b0c..dca4c5b35686 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -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 |