aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mpatrol/files/patch-..__..__src__symbol.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /devel/mpatrol/files/patch-..__..__src__symbol.c
parentf474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'devel/mpatrol/files/patch-..__..__src__symbol.c')
-rw-r--r--devel/mpatrol/files/patch-..__..__src__symbol.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/mpatrol/files/patch-..__..__src__symbol.c b/devel/mpatrol/files/patch-..__..__src__symbol.c
new file mode 100644
index 000000000000..e36d9f2b171f
--- /dev/null
+++ b/devel/mpatrol/files/patch-..__..__src__symbol.c
@@ -0,0 +1,23 @@
+
+$FreeBSD$
+
+--- ../../src/symbol.c 2003/07/12 11:33:10 1.1
++++ ../../src/symbol.c 2003/07/12 11:33:29
+@@ -72,7 +72,7 @@
+ #include <ldfcn.h>
+ #endif /* SYSTEM */
+ #elif FORMAT == FORMAT_ELF32 || FORMAT == FORMAT_ELF64
+-#include <libelf.h>
++#include <libelf/libelf.h>
+ #elif FORMAT == FORMAT_BFD
+ #include <bfd.h>
+ #endif /* FORMAT */
+@@ -113,7 +113,7 @@
+ * symbols from the object files and libraries. However, we still need the ELF
+ * definitions for reading the internal structures of the dynamic linker.
+ */
+-#include <elf.h>
++/*#include <elf.h>*/
+ #elif DYNLINK == DYNLINK_WINDOWS
+ /* We use the imagehlp library on Windows platforms to obtain information about
+ * the symbols loaded from third-party and system DLLs. We can also use it to