mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
fix gcc85
This commit is contained in:
@@ -94,6 +94,11 @@ PLIST_SUB+= SUFFIX=${GCC_SUFFIX}
|
||||
post-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
|
||||
post-patch:
|
||||
${FIND} ${WRKDIR} -type f -name '*.[ch]' | \
|
||||
${XARGS} ${EGREP} -l '(HOST_WIDE|PLUGIN_COND)' | \
|
||||
${XARGS} ${REINPLACE_CMD} -E -e 's,"(HOST_WIDE|PLUGIN_COND)," \1,g'
|
||||
|
||||
pre-configure:
|
||||
${MKDIR} ${WRKSRC}
|
||||
${FIND} ${WRKSRC} -name 'config.cache' | ${XARGS} ${RM} -v
|
||||
|
||||
20
devel/gcc48/files/patch-gcc-doc-gcc.texi
Normal file
20
devel/gcc48/files/patch-gcc-doc-gcc.texi
Normal file
@@ -0,0 +1,20 @@
|
||||
--- gcc/doc/gcc.texi.orig 2015-06-23 07:35:08 UTC
|
||||
+++ gcc/doc/gcc.texi
|
||||
@@ -85,9 +85,15 @@ Published by:
|
||||
@item GNU Press
|
||||
@tab Website: www.gnupress.org
|
||||
@item a division of the
|
||||
-@tab General: @tex press@@gnu.org @end tex
|
||||
+@tab General:
|
||||
+@tex
|
||||
+press@@gnu.org
|
||||
+@end tex
|
||||
@item Free Software Foundation
|
||||
-@tab Orders: @tex sales@@gnu.org @end tex
|
||||
+@tab Orders:
|
||||
+@tex
|
||||
+sales@@gnu.org
|
||||
+@end tex
|
||||
@item 51 Franklin Street, Fifth Floor
|
||||
@tab Tel 617-542-5942
|
||||
@item Boston, MA 02110-1301 USA
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user