Skip to content

Commit

Permalink
lang/gprolog: unbreak for FreeBSD 13+
Browse files Browse the repository at this point in the history
It needs GNU as to build and -fcommon to link.
  • Loading branch information
Eugene Grosbein authored and Eugene Grosbein committed May 14, 2021
1 parent b8e3cc3 commit f81d67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/gprolog/Makefile
Expand Up @@ -12,11 +12,11 @@ LICENSE= GPLv2

ONLY_FOR_ARCHS= amd64 i386

BROKEN= does not build: error trying to execute -o: No such file or directory
BUILD_DEPENDS= as:devel/binutils

USES= gmake
CFLAGS+= -DUSE_LOCKS=1 -DUSE_RECURSIVE_LOCKS=1 -DUSE_SPIN_LOCKS=0 \
-DMMAP_CLEARS=0 -DNO_MACHINE_REG_FOR_REG_BANK
-DMMAP_CLEARS=0 -DNO_MACHINE_REG_FOR_REG_BANK -fcommon

PLIST_SUB= GPROLOG_VER=${PORTVERSION}
GNU_CONFIGURE= yes
Expand Down

0 comments on commit f81d67c

Please sign in to comment.