freebsd-ports/archivers/libcomprex/files/patch-configure
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

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