Revision: 2817
http://gar.svn.sourceforge.net/gar/?rev=2817&view=rev
Author: dmichelsen
Date: 2009-01-13 18:40:59 +0000 (Tue, 13 Jan 2009)
Log Message:
-----------
ncurses: Fix for old xterm in Solaris
Modified Paths:
--------------
csw/mgar/pkg/ncurses/trunk/Makefile
Modified: csw/mgar/pkg/ncurses/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ncurses/trunk/Makefile 2009-01-13 18:12:38 UTC (rev 2816)
+++ csw/mgar/pkg/ncurses/trunk/Makefile 2009-01-13 18:40:59 UTC (rev 2817)
@@ -31,20 +31,13 @@
CONFIGURE_ARGS += --disable-overwrite
CONFIGURE_ARGS += --without-ada
-include gar/category.mk
-
-LDFLAGS := $(filter-out -L%,$(LDFLAGS))
-
-# Remove capabilities HPA and VPA as Solaris xterm doesn't understand it.
+# Don't use capabilities HPA and VPA as Solaris xterm doesn't understand it.
# See for details
# <http://opencsw.org/bugtrack/view.php?id=2961>
# <http://opencsw.org/bugtrack/view.php?id=2942>
# <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6569261>
+CONFIGURE_ARGS += --without-xterm-new
-post-install-modulated:
- (W=$(abspath $(WORKDIR)); cd $(INSTALLISADIR); \
- LD_LIBRARY_PATH=./$(libdir) TERMINFO=./$(datadir)/terminfo \
- ./$(bindir)/infocmp -1 xterm >$$W/xterm.src; \
- cat $$W/xterm.src | fgrep -v hpa= | fgrep -v vpa= >
$$W/xterm.src.no-hpa-vpa; \
- LD_LIBRARY_PATH=./$(libdir) TERMINFO=./$(datadir)/terminfo \
- ./$(bindir)/tic $$W/xterm.src.no-hpa-vpa)
+include gar/category.mk
+
+LDFLAGS := $(filter-out -L%,$(LDFLAGS))
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel