FreeBSD Bugzilla – Attachment 152826 Details for
Bug 197502
Mk/Uses/libtool.mk: don't use the default backup suffix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
-i .libtool.bak
backup_suffix.diff (text/plain), 933 bytes, created by
Jan Beich
on 2015-02-10 00:19:41 UTC
(
hide
)
Description:
-i .libtool.bak
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-02-10 00:19:41 UTC
Size:
933 bytes
patch
obsolete
>Index: Mk/Uses/libtool.mk >=================================================================== >--- Mk/Uses/libtool.mk (revision 378632) >+++ Mk/Uses/libtool.mk (working copy) >@@ -27,7 +27,7 @@ _INCLUDE_USES_LIBTOOL_POST_MK= yes > > patch-libtool: > @${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \) \ >- -type f | while read i; do ${SED} -i.bak \ >+ -type f | while read i; do ${SED} -i.libtool.bak \ > -e '/dragonfly\*/!s/^ *freebsd\*[ )]/dragonfly* | &/' \ > -e '/gcc_dir=\\`/s/gcc /$$CC /' \ > -e '/gcc_ver=\\`/s/gcc /$$CC /' \ >@@ -44,7 +44,7 @@ patch-libtool: > \$$libname\$$release\$$shared_ext\$$major \ > \$$libname\$$shared_ext' \ > soname_spec='\$$libname\$$release\$$shared_ext\$$major'/; \ >- }" $${i} && ${TOUCH} -mr $${i}.bak $${i}; done >+ }" $${i} && ${TOUCH} -mr $${i}.libtool.bak $${i}; done > > @${FIND} ${WRKDIR} -type f -name ltmain.sh | \ > ${XARGS} ${REINPLACE_CMD} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197502
: 152826