FreeBSD Bugzilla – Attachment 100792 Details for
Bug 140138
archivers/libcomprex: syntax error in configure script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
archivers-libcomprex-syntaxfix.patch
archivers-libcomprex-syntaxfix.patch (text/plain), 842 bytes, created by
Jilles Tjoelker
on 2009-10-31 14:50:00 UTC
(
hide
)
Description:
archivers-libcomprex-syntaxfix.patch
Filename:
MIME Type:
Creator:
Jilles Tjoelker
Created:
2009-10-31 14:50:00 UTC
Size:
842 bytes
patch
obsolete
>--- work/libcomprex-0.3.3/configure.orig 2009-10-31 02:18:11.000000000 +0100 >+++ work/libcomprex-0.3.3/configure 2009-10-31 02:20:08.000000000 +0100 >@@ -9263,7 +9263,7 @@ > extern_scheme_init="$extern_scheme_init CxSchemeOps *init_curl_scheme_module(void);" > load_scheme_mod="$load_scheme_mod init_curl_scheme_module();" > else >- STATIC_SCHEME_MODS=`echo $STATIC_SCHEME_MODS | sed s/curl//'` >+ STATIC_SCHEME_MODS=`echo $STATIC_SCHEME_MODS | sed 's/curl//'` > fi > fi > >@@ -13655,10 +13655,11 @@ > > > # This can be used to rebuild libtool when needed >-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" >+LIBTOOL_DEPS=" /usr/local/share/libtool/config/ltmain.sh" >+$ac_aux_dir/ltconfig $LIBTOOL_DEPS > > # Always use our own libtool. >-LIBTOOL='$(SHELL) $(top_builddir)/libtool' >+LIBTOOL='$(SHELL) /usr/local/bin/libtool' > > # Prevent multiple expansion
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 140138
: 100792