[Lunar-commits] <moonbase> libxmi: Adding a x86 BUILD and altering the lib/include paths for this
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Jun 20 14:48:33 CEST 2009
commit f8ec8f75dedd6a79442d4c9795821d840277bfe5
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sat Jun 20 08:48:33 2009 -0400
libxmi: Adding a x86 BUILD and altering the lib/include paths for this
module so it does not clobber some of the same files from plotutils.
---
graphics/libxmi/BUILD | 7 +++++++
graphics/libxmi/BUILD.x86_64 | 2 ++
graphics/libxmi/DETAILS | 2 +-
3 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/graphics/libxmi/BUILD b/graphics/libxmi/BUILD
new file mode 100644
index 0000000..328a9b4
--- /dev/null
+++ b/graphics/libxmi/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS="--includedir=/usr/inclue/libxmi --libdir=/usr/lib/libxmi"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/libxmi/BUILD.x86_64 b/graphics/libxmi/BUILD.x86_64
index 0127082..de13dc4 100644
--- a/graphics/libxmi/BUILD.x86_64
+++ b/graphics/libxmi/BUILD.x86_64
@@ -2,6 +2,8 @@
cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&
+ OPTS="--includedir=/usr/include/libxmi --libdir=/usr/lib/libxmi"
+
default_build
) > $C_FIFO 2>&1
diff --git a/graphics/libxmi/DETAILS b/graphics/libxmi/DETAILS
index ae2ae03..0967e84 100644
--- a/graphics/libxmi/DETAILS
+++ b/graphics/libxmi/DETAILS
@@ -5,7 +5,7 @@
SOURCE_VFY=sha1:62fa13ec4c8b706729c2553122e44f81715f3c0b
WEB_SITE=http://www.gnu.org/software/libxmi/
ENTERED=20080119
- UPDATED=20080119
+ UPDATED=20090620
SHORT="rasterizing 2-D vector graphics"
cat << EOF
More information about the Lunar-commits
mailing list