diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-12-01 10:00:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-12-01 10:00:01 +0000 |
commit | b402d29f7fdefef09bbef03e9fd17a4be945aa10 (patch) | |
tree | f1e4f975723be38541d05414b28b694c3e0e8c59 /lang | |
parent | 9f0bc0e9988a2e029248adf6055e42333e0b4917 (diff) | |
download | ports-b402d29f7fdefef09bbef03e9fd17a4be945aa10.tar.gz ports-b402d29f7fdefef09bbef03e9fd17a4be945aa10.zip |
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/Makefile | 1 |
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 \ |