1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/lang/guile/files/patch-libguile_read.c
Muhammad Moinur Rahman e0471dcdf8 lang/guile: Remove USE_AUTOTOOLS
- Add PORTSCOUT variable to limit within 1.X.X
- Fix patch files to reflect 'make makepatch'
2015-06-02 12:16:12 +00:00

12 lines
248 B
C

--- libguile/read.c.orig 2010-12-13 17:24:40 UTC
+++ libguile/read.c
@@ -27,7 +27,7 @@
#include <ctype.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
-# include <strings.h>
+# include "/usr/include/strings.h"
#endif
#include "libguile/_scm.h"