mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
features, based on GTK+3. WWW: http://www.fsearch.org/ Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1476634045 which corresponds to commit cd0f03c tagged as this release.
10 lines
297 B
C
10 lines
297 B
C
--- src/string_utils.h.orig 2016-10-16 16:07:25 UTC
|
|
+++ src/string_utils.h
|
|
@@ -28,3 +28,7 @@ const char *
|
|
fsearch_strcasestr (const char *haystack,
|
|
const char *needle,
|
|
size_t needle_len);
|
|
+
|
|
+int
|
|
+strverscmp (const char *s1,
|
|
+ const char *s2);
|