/[ports]/head/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h
ViewVC logotype

Contents of /head/graphics/graphviz/files/patch-lib-vmalloc-vmhdr.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 426075 - (show annotations) (download)
Sun Nov 13 23:53:07 2016 UTC (7 years, 7 months ago) by dinoex
File MIME type: text/plain
File size: 352 byte(s)
- fix build on aarch64
PR:		213864
Submitted by:	Andrew Turner

1 --- lib/vmalloc/vmhdr.h.orig 2016-11-07 02:32:54.935418000 +0000
2 +++ lib/vmalloc/vmhdr.h 2016-11-07 02:38:16.506108000 +0000
3 @@ -20,6 +20,10 @@
4 #ifndef _BLD_vmalloc
5 #define _BLD_vmalloc 1
6 #endif
7 +#if defined(__FreeBSD__) && defined(__aarch64__)
8 +/* No sbrk on FreeBSD/AArch64 */
9 +#define _std_malloc 1
10 +#endif
11 #ifdef WIN32
12 #include <io.h>
13 #endif

Properties

Name Value
fbsd:nokeywords yes
svn:eol-style native
svn:mime-type text/plain

  ViewVC Help
Powered by ViewVC 1.1.27