mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Partially fix build on -current (remove #include <malloc.h>). This still
blows up later on.
This commit is contained in:
parent
1e2c0ef511
commit
3e0b227d06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68787
11
math/gri/files/patch-ac
Normal file
11
math/gri/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- gr.hh.orig Fri Oct 25 01:19:27 2002
|
||||
+++ gr.hh Fri Oct 25 01:20:38 2002
|
||||
@@ -28,7 +28,7 @@
|
||||
#if STDC_HEADERS
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
-#ifndef MSDOS
|
||||
+#if !defined(MSDOS) && !defined(__FreeBSD__)
|
||||
#include <malloc.h>
|
||||
#endif // not MSDOS
|
||||
#endif // Doesn't have stdlib
|
Loading…
Reference in New Issue
Block a user