freebsd-ports/graphics/gmt5/files/patch-src_common__string.h
Wen Heping 706cfc42b2 - Repocopy gmt --> gmt5 and update to 5.4.4
PR:		230799
Submitted by:	lbartoletti@tuxfamily.org(maintainer)
2018-10-23 11:00:20 +00:00

12 lines
319 B
C

--- src/common_string.h.orig 2018-08-21 09:40:24 UTC
+++ src/common_string.h
@@ -82,7 +82,9 @@ EXTERN_MSC char *stresep (char **stringp
EXTERN_MSC int gmt_match_string_in_file (const char *filename, const char *string);
+#ifndef __FreeBSD__
EXTERN_MSC char *basename(char *path);
+#endif
#ifdef __cplusplus
}