diff options
Diffstat (limited to 'devel/mkmf/files/patch-ac')
-rw-r--r-- | devel/mkmf/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/mkmf/files/patch-ac b/devel/mkmf/files/patch-ac new file mode 100644 index 000000000000..2ac7192d5876 --- /dev/null +++ b/devel/mkmf/files/patch-ac @@ -0,0 +1,13 @@ +--- src/stringx.h~ Tue Jun 4 12:58:03 2002 ++++ src/stringx.h Tue Jun 4 12:58:33 2002 +@@ -47,9 +47,8 @@ + + #ifdef _HasIncludeStrings + # include <strings.h> +-#else +-# include <string.h> + #endif ++# include <string.h> + + #ifndef _HasStrDcl + int strcmp(); |