diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-23 13:44:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-23 13:44:16 +0000 |
commit | f8cffda284314d195398944685d2bbee87123740 (patch) | |
tree | 5425aee75c8e1fd69e77ea0b46676217946d1f79 /devel | |
parent | 3d539e1811d1176f7f594fb5b846d354efff6205 (diff) | |
download | ports-f8cffda284314d195398944685d2bbee87123740.tar.gz ports-f8cffda284314d195398944685d2bbee87123740.zip |
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
Notes
Notes:
svn path=/head/; revision=71817
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw-gcc/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw32-gcc/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index 1fc55c0e5e93..95fe55c370c2 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -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 \ diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 1fc55c0e5e93..95fe55c370c2 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -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 \ |