diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:04:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:04:28 +0000 |
commit | af24cdea8b5e9b2b81a91cafd6065de7d33c70ba (patch) | |
tree | ad7c40a400ce62c49100af02c5420aa0ff8d65bd /devel/styx/files/patch-configure.in | |
parent | Prevent collision with getline(3) (diff) |
Prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=415136
Diffstat (limited to 'devel/styx/files/patch-configure.in')
-rw-r--r-- | devel/styx/files/patch-configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/styx/files/patch-configure.in b/devel/styx/files/patch-configure.in index d6daabe53386..540570ed9706 100644 --- a/devel/styx/files/patch-configure.in +++ b/devel/styx/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig 2003-12-09 18:36:00.000000000 +0300 -+++ configure.in 2014-08-11 18:59:29.000000000 +0400 -@@ -61,13 +61,13 @@ +--- configure.in.orig 2003-12-09 15:36:00 UTC ++++ configure.in +@@ -61,13 +61,13 @@ AC_CHECK_FUNCS(dlerror) dnl AC_PREFIX_DEFAULT(/usr/local/styx) AC_CACHE_CHECK( [where to install HTML documents], |