Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
$NetBSD: patch-libpolyml_elfexport.cpp,v 1.1 2012/03/22 20:48:45 asau Exp $
|
||||
$NetBSD: patch-libpolyml_elfexport.cpp,v 1.2 2013/12/15 18:35:23 asau Exp $
|
||||
|
||||
--- libpolyml/elfexport.cpp.orig 2010-04-14 22:13:42.000000000 +0000
|
||||
--- libpolyml/elfexport.cpp.orig 2013-06-11 11:13:52.000000000 +0000
|
||||
+++ libpolyml/elfexport.cpp
|
||||
@@ -62,6 +62,13 @@
|
||||
#ifdef HAVE_SYS_ELF_386_H
|
||||
#include <sys/elf_386.h>
|
||||
@@ -65,6 +65,13 @@
|
||||
#ifdef HAVE_SYS_ELF_AMD64_H
|
||||
#include <sys/elf_amd64.h>
|
||||
#endif
|
||||
+#if defined(__NetBSD__) && defined(HOSTARCHITECTURE_X86_64)
|
||||
+#include <i386/elf_machdep.h>
|
||||
|
||||
Reference in New Issue
Block a user