Author: justin
Date: 2005-11-17 13:08:36 -0700 (Thu, 17 Nov 2005)
New Revision: 1088
Modified:
branches/6.1.1-1/packages/ncurses/Makefile
Log:
Reverted removing ncurses patch from 6.1.1-1 branch.
Modified: branches/6.1.1-1/packages/ncurses/Makefile
===================================================================
--- branches/6.1.1-1/packages/ncurses/Makefile 2005-11-17 20:01:36 UTC (rev
1087)
+++ branches/6.1.1-1/packages/ncurses/Makefile 2005-11-17 20:08:36 UTC (rev
1088)
@@ -5,7 +5,9 @@
VRS= 5.4
DIR= $(NM)-$(VRS)
FILE= $(DIR).tar.bz2
+PATCH= $(DIR)-20050319-patch.sh
URL= $(HTTP)/$(NM)/$(FILE)
+URL1= $(HTTP)/$(NM)/$(PATCH).bz2
# RULES
@@ -31,7 +33,9 @@
@echo ""
@if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
mv $(FILE) $(SRC) ; fi
+ @if [ ! -f $(PATCH) ] ; then $(WGET) $(URL1) && bunzip2 $(PATCH).bz2 ;
fi
@if [ ! -f /usr/bin/clear ] ; then unpack $(SRC)/$(FILE) && cd $(DIR)
&& \
+ sh ../$(PATCH) && \
./configure --prefix=/usr --with-shared --without-debug --with-gpm && \
make sources && make -j3 && make install && chmod 755 /usr/lib/*.5.4
&& \
chmod 644 /usr/lib/libncurses++.a && mv /usr/lib/libncurses.so.5* /lib
&& \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page