Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
426 B
Text
11 lines
426 B
Text
--- configure.orig 2003-03-06 04:31:05 UTC
|
|
+++ configure
|
|
@@ -9263,7 +9263,7 @@ if test "x$static_scheme_curl" = "xyes";
|
|
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
|
|
|