[Lunar-commits] <moonbase> libEMF: Adding a BUILD.x86_64. The original config.sub does not recongnize

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Jun 1 13:50:57 CEST 2009


commit d517f9e30e6be42ac6b26a6ef76547cda78cb642
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Mon Jun 1 07:50:57 2009 -0400

    libEMF: Adding a BUILD.x86_64. The original config.sub does not recongnize
    
    the machine arch, and the sedit just jiggles the wine stuff. Not the best fix
    I'm sure but it does compile and install. To my knowledge, pstoedit is the only
    module that notes it as a optional_depends or depends.
---
 graphics/libEMF/BUILD.x86_64 |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/graphics/libEMF/BUILD.x86_64 b/graphics/libEMF/BUILD.x86_64
new file mode 100644
index 0000000..e27b824
--- /dev/null
+++ b/graphics/libEMF/BUILD.x86_64
@@ -0,0 +1,12 @@
+(
+
+  cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&
+  sedit "s:__i386__:__x86_64__:" include/wine/winnt.h
+
+  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
+  OPTS="$OPTS --enable-editing"
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list