Module Name:    src
Committed By:   joerg
Date:           Sat Dec 19 19:28:06 UTC 2015

Modified Files:
        src/external/bsd/mdocml/dist: configure

Log Message:
strsep must be undefined first, certain glibc magic breaks a prototype
otherwise.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/mdocml/dist/configure
diff -u src/external/bsd/mdocml/dist/configure:1.2 src/external/bsd/mdocml/dist/configure:1.3
--- src/external/bsd/mdocml/dist/configure:1.2	Thu Dec 17 22:31:12 2015
+++ src/external/bsd/mdocml/dist/configure	Sat Dec 19 19:28:06 2015
@@ -343,6 +343,7 @@ __HEREDOC__
 	echo "extern	size_t	  strlcpy(char *, const char *, size_t);"
 
 [ ${HAVE_STRSEP} -eq 0 ] && \
+	echo "#undef strsep"
 	echo "extern	char	 *strsep(char **, const char *);"
 
 [ ${HAVE_STRTONUM} -eq 0 ] && \

Reply via email to