aboutsummaryrefslogtreecommitdiff
path: root/lang/gprolog
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2021-05-14 16:12:31 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2021-05-14 16:12:31 +0000
commitf81d67ce4708392d1b0f326110e7471a7290559d (patch)
treea4cfdbc3b8242e94490d7ba1cc65c241b4e42661 /lang/gprolog
parentb8e3cc36b68c00893c39a8ec64c373d87be62c0e (diff)
Diffstat (limited to 'lang/gprolog')
-rw-r--r--lang/gprolog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile
index 23b36be91163..02cac83e0df3 100644
--- a/lang/gprolog/Makefile
+++ b/lang/gprolog/Makefile
@@ -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