Add USES=libtool
This commit is contained in:
parent
19be2f9fce
commit
e101e71974
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367942
1 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 4.8.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||
MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION}
|
||||
|
@ -31,7 +32,7 @@ DISTVERSION= ${PORTVERSION}
|
|||
GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
|
||||
USES= gmake iconv makeinfo perl5 tar:bzip2
|
||||
USES= gmake iconv libtool makeinfo perl5 tar:bzip2
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
SSP_UNSAFE= yes
|
||||
|
@ -132,9 +133,7 @@ full-regression-test: build
|
|||
; ${SRCDIR}/contrib/test_summary
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${TARGLIB} ${STAGEDIR}${LIBEXEC} \
|
||||
-name '*.la' | ${XARGS} ${RM}
|
||||
post-stage:
|
||||
${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
|
||||
${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
|
||||
${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1
|
||||
|
|
Loading…
Reference in a new issue