diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-13 11:17:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-13 11:17:10 +0000 |
commit | e6737ecac8c9c358d52bbd33820226dbba9c2b02 (patch) | |
tree | d39ba1d84fbd074444b9e11e9073eb125a5b8c5c | |
parent | 305e89bc453303989eaf2f1ea471787e43f9b413 (diff) | |
download | FreeBSD-ports-e6737ecac8c9c358d52bbd33820226dbba9c2b02.zip FreeBSD-ports-e6737ecac8c9c358d52bbd33820226dbba9c2b02.tar.gz |
Prevent harmless but annoying warning: "this file includes <malloc.h> which
is deprecated, use <stdlib.h> instead".
-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 0000000..1795864 --- /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 + |