diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 11:17:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 11:17:10 +0000 |
commit | c9afbb06b53f47e4d4f4ab8bfc5153c8a46fc8ea (patch) | |
tree | 1977a5b4d54b27b166fab9c8554c46365e03c53f /textproc/libxml | |
parent | 102c91c252d8fac90294df5af4c5566fd95f55de (diff) | |
download | ports-c9afbb06b53f47e4d4f4ab8bfc5153c8a46fc8ea.tar.gz ports-c9afbb06b53f47e4d4f4ab8bfc5153c8a46fc8ea.zip |
Prevent harmless but annoying warning: "this file includes <malloc.h> which
is deprecated, use <stdlib.h> instead".
Notes
Notes:
svn path=/head/; revision=46171
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/files/patch-config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/libxml/files/patch-config.h.in b/textproc/libxml/files/patch-config.h.in new file mode 100644 index 000000000000..179586453f6e --- /dev/null +++ b/textproc/libxml/files/patch-config.h.in @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- config.h.in 2001/08/13 11:13:32 1.1 ++++ config.h.in 2001/08/13 11:13:47 +@@ -72,9 +72,6 @@ + /* Define if you have the <ieeefp.h> header file. */ + #undef HAVE_IEEEFP_H + +-/* Define if you have the <malloc.h> header file. */ +-#undef HAVE_MALLOC_H +- + /* Define if you have the <math.h> header file. */ + #undef HAVE_MATH_H + |