Browse Source

graphviz: Remove patch breaking clang arm build

android-5
Fredrik Fornwall 8 years ago
parent
commit
f737c81810
  1. 11
      packages/graphviz/general-free.patch

11
packages/graphviz/general-free.patch

@ -1,11 +0,0 @@
--- src/lib/sparse/general.h.orig 2016-04-01 08:13:25.222810595 -0700
+++ src/lib/sparse/general.h 2016-04-01 08:14:12.770312988 -0700
@@ -14,6 +14,8 @@
#ifndef GENERAL_H
#define GENERAL_H
+void free(void *ptr);
+
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
Loading…
Cancel
Save