1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 21:20:31 -04:00
ports/math/octave-forge-strings/files/patch-pcregexp.cc
Stephen Montgomery-Smith dfaf0ca541 - Resurrect port.
- Patch so it builds.
- Bump portrevision.
2021-02-21 23:25:11 +00:00

11 lines
383 B
C++

--- pcregexp.cc.orig 2021-02-21 23:21:29 UTC
+++ pcregexp.cc
@@ -49,7 +49,7 @@ Check your system's @code{pcre} man page.\n\
std::string pattern = args(0).string_value();
std::string input = args(1).string_value();
if (error_state) {
- gripe_wrong_type_arg("pcregexp", args(0));
+ err_wrong_type_arg("pcregexp", args(0));
return retval;
}