diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-01-17 14:14:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-01-17 14:14:28 +0000 |
commit | 199bdcb0af6b9b9fdd44db3e87803b15e4d07fba (patch) | |
tree | d6b4da00d66c449cad848b2e75b0094eac4366ac /lang/gcc48/Makefile | |
parent | bca3d31f58e4e23e690da24b4c6586063f4ea0cf (diff) |
Notes
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r-- | lang/gcc48/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 1e789cc558e7..1b2c9245b720 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.5.0.20100107 +PORTVERSION= 4.5.0.20100114 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -68,6 +68,7 @@ CONFIGURE_ARGS+=--disable-nls \ --with-as=${LOCALBASE}/bin/as \ --with-gmp=${LOCALBASE} \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ + --with-ld=${LOCALBASE}/bin/ld \ --with-libiconv-prefix=${LOCALBASE} \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" |