mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Prevent harmless but annoying warning: "this file includes <malloc.h> which
is deprecated, use <stdlib.h> instead".
This commit is contained in:
parent
102c91c252
commit
c9afbb06b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46171
1 changed files with 15 additions and 0 deletions
15
textproc/libxml/files/patch-config.h.in
Normal file
15
textproc/libxml/files/patch-config.h.in
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue