Fix build in -CURRENT: avoid conflicts by not building port's version

of sys_nerr, sys_errlist and sys_nsig

PR:		46491
Submitted by:	bento, MAINTAINER
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-12-23 13:44:16 +00:00
parent 3d539e1811
commit f8cffda284
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71817
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@ MAN1= cccp.1 \
post-patch:
${REINPLACE_CMD} -e 's/install-libiberty//' ${WRKSRC}/Makefile.in
${REINPLACE_CMD} -E -e 's/([^x])str(error|signal).[co]/\1/g' \
${WRKSRC}/libiberty/Makefile.in ${WRKSRC}/libstdc++/Makefile.in
pre-install:
${MV} ${PREFIX}/bin/i386-mingw32msvc-c++filt \

View File

@ -40,6 +40,8 @@ MAN1= cccp.1 \
post-patch:
${REINPLACE_CMD} -e 's/install-libiberty//' ${WRKSRC}/Makefile.in
${REINPLACE_CMD} -E -e 's/([^x])str(error|signal).[co]/\1/g' \
${WRKSRC}/libiberty/Makefile.in ${WRKSRC}/libstdc++/Makefile.in
pre-install:
${MV} ${PREFIX}/bin/i386-mingw32msvc-c++filt \