[Lunar-commits] xfig: tweak the BUILD for some pathing corrections.
Dennis Veatch
dennisveatch at bellsouth.net
Thu Dec 20 04:34:30 CET 2007
commit 2dd22fecbf06c9ad5fcf7097c8c66554df8d5d9f
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed Dec 19 22:34:30 2007 -0500
xfig: tweak the BUILD for some pathing corrections.
---
x11-utils/xfig/BUILD | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/x11-utils/xfig/BUILD b/x11-utils/xfig/BUILD
index 913e363..56f64f8 100644
--- a/x11-utils/xfig/BUILD
+++ b/x11-utils/xfig/BUILD
@@ -4,6 +4,14 @@
sedit "s:#define XAW3D:XCOMM #define XAW3D:" Imakefile
+# Fixes some pathing so things go where they normally should.
+ sedit "s:/usr/local/include:/usr/include:g" Imakefile
+ sedit "s:/usr/local/lib:/usr/lib:g" Imakefile
+ sedit "s:/usr/local/include/X11:/usr/include/X11:g" Imakefile
+ sedit "s:/usr/local/xfig/doc:/usr/share/doc/xfig:g" Imakefile
+ sedit "s:/usr/local/xfig/man:/usr/share/man/xfig:g" Imakefile
+ sedit "s:/usr/local/lib:/usr/lib:g" Imakefile
+
xmkmf &&
make clean &&
default_make &&
More information about the Lunar-commits
mailing list