mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Add USES=libtool
This commit is contained in:
parent
67e69ab522
commit
b85b5b5add
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367752
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user