1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Define USE_ICONV properly. This fixes textproc/words build, which failed

with
  /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by "gnatgcc"

PR:		ports/108138
Submitted by:	rafan
Approved by:	Daniel Eischen <eischen at vigrid.com> (maintainer)
This commit is contained in:
Rong-En Fan 2007-01-21 04:59:56 +00:00
parent 50972c9b64
commit c1c2fa1e68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182883

View File

@ -15,6 +15,7 @@
PORTNAME= gnat
PORTVERSION= 2006
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}:boot
MASTER_SITE_SUBDIR= deischen/gcc/:boot
@ -26,6 +27,7 @@ COMMENT= The GNU Ada Compiler system
CONFLICTS= gcc-3.4.*
USE_GMAKE= yes
USE_BISON= yes
USE_ICONV= yes
USE_PERL5_RUN= yes
.include <bsd.port.pre.mk>