[Lunar-commits] <moonbase> xterm: made it actually compile
Dave Brown
dagbrown at lunar-linux.org
Wed Jun 8 15:06:04 CEST 2011
commit e7626a9499b9bf3ca5b31ba6973ca8be0a255764
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Wed Jun 8 22:06:04 2011 +0900
xterm: made it actually compile
Special thanks to v4hn for figuring out the magic I needed to make
this venerable old module finally build cleanly.
---
xorg7/extra/xterm/BUILD | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/xorg7/extra/xterm/BUILD b/xorg7/extra/xterm/BUILD
index 10cdc05..076a86a 100644
--- a/xorg7/extra/xterm/BUILD
+++ b/xorg7/extra/xterm/BUILD
@@ -8,6 +8,7 @@
sedit "s:@icondir@:/usr/share/icons:1" Makefile.in &&
OPTS+=" --with-app-defaults=/etc/X11/app-defaults" &&
+ LDFLAGS+=" -lncurses" &&
default_build &&
More information about the Lunar-commits
mailing list