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/mingw32-gcc | |
parent | 3d539e1811d1176f7f594fb5b846d354efff6205 (diff) |
Notes
Diffstat (limited to 'devel/mingw32-gcc')
-rw-r--r-- | devel/mingw32-gcc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |