aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-12-01 18:00:01 +0800
committerknu <knu@FreeBSD.org>2002-12-01 18:00:01 +0800
commit21220e677bace4dedf34d1f0183f59dca7db9304 (patch)
treec1be59e0d0fee027493d326b892604c7d2776bd1
parentfcabb6e70dfd807fbd73c185acd456dce0ca6704 (diff)
downloadfreebsd-ports-gnome-21220e677bace4dedf34d1f0183f59dca7db9304.tar.gz
freebsd-ports-gnome-21220e677bace4dedf34d1f0183f59dca7db9304.tar.zst
freebsd-ports-gnome-21220e677bace4dedf34d1f0183f59dca7db9304.zip
The distributed bootstrapping compiler requires libc.so.4,
so add misc/compat4x as dependency. Submitted by: bento
-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 \