summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-12-01 10:00:01 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-12-01 10:00:01 +0000
commitb402d29f7fdefef09bbef03e9fd17a4be945aa10 (patch)
treef1e4f975723be38541d05414b28b694c3e0e8c59 /lang
parentfix build on -current (diff)
The distributed bootstrapping compiler requires libc.so.4,
so add misc/compat4x as dependency. Submitted by: bento
Notes
Notes: svn path=/head/; revision=71272
Diffstat (limited to 'lang')
-rw-r--r--lang/gnat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 00a966fc42b9..7fea8c47339a 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -95,6 +95,7 @@ BROKEN= "Cannot build with or for an aout compiler."
.if empty(have_boot)
ONLY_FOR_ARCHS= i386
DISTFILES+= gnat-3.13p-boot.tar.gz:boot
+LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
# Warning! You need the trailing slash on GCC_EXEC_PREFIX.
COMPILEDATA= GCC_EXEC_PREFIX=${WRKDIR}/adaboot/lib/gcc-lib/ \
ADA_INCLUDE_PATH=${WRKDIR}/adaboot/lib/gcc-lib/adainclude \