diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 17:12:57 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 17:12:57 +0000 |
commit | b85b5b5add68b85a91a9659f82818b5580856be6 (patch) | |
tree | 6ad49bcb48a5bfbc7a8e8c086d576bc0f9a8e934 /devel | |
parent | 67e69ab522ec8b1c051be15b38550088cfd5df0d (diff) | |
download | ports-b85b5b5add68b85a91a9659f82818b5580856be6.tar.gz ports-b85b5b5add68b85a91a9659f82818b5580856be6.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/msp430-gcc/Makefile | 4 | ||||
-rw-r--r-- | devel/msp430-gcc/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/msp430-gcc/Makefile b/devel/msp430-gcc/Makefile index 0c54de0bc8e4..6a4d0d1011f4 100644 --- a/devel/msp430-gcc/Makefile +++ b/devel/msp430-gcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= ${GCCVERSION}.${LTSVERSION} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ @@ -45,7 +45,7 @@ SRCDIR= ${WRKDIR}/${PORTNAME}-${GCCVERSION} WRKSRC= ${WRKDIR}/build PATCH_WRKSRC= ${SRCDIR} -USES= bison gmake iconv makeinfo perl5 tar:bzip2 +USES= bison gmake iconv libtool makeinfo perl5 tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes diff --git a/devel/msp430-gcc/pkg-plist b/devel/msp430-gcc/pkg-plist index 4560cf7ea3a9..65e0f9f79b3c 100644 --- a/devel/msp430-gcc/pkg-plist +++ b/devel/msp430-gcc/pkg-plist @@ -183,9 +183,9 @@ lib/gcc/%%GCC_TARG%%/%%GCC_REV%%/plugin/include/version.h libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/cc1 libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/cc1plus libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/collect2 -libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/liblto_plugin.la libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/liblto_plugin.so libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/liblto_plugin.so.0 +libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/liblto_plugin.so.0.0.0 libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/lto-wrapper libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/lto1 libexec/gcc/%%GCC_TARG%%/%%GCC_REV%%/install-tools/mkheaders |