- Timestamp:
- Mar 10, 2006, 3:03:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d7f7ff5
- Parents:
- dd6636b
- Location:
- scripts
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/native-scripts/native-ncurses.sh
rdd6636b r63b3dd5 21 21 cd ${PKGDIR} 22 22 23 case ${NCURSES_VER} in 24 5.5 ) apply_patch ncurses-5.5-fixes-1 ;; 25 esac 26 23 27 if [ ! "${libdirname}" = "lib" ]; then 24 28 extra_conf="--libdir=/usr/${libdirname}" … … 41 45 # CHECK THIS... Should only affect ncurses 5.2 and less, 42 46 # must check whether vsscanf is picked up or not in 5.3 43 44 47 test 5.2 = "${NCURSES_VER}" && 45 48 { -
scripts/scripts/target-scripts/target-ncurses.sh
rdd6636b r63b3dd5 37 37 cd ${PKGDIR} 38 38 39 case ${NCURSES_VER} in 40 5.5 ) apply_patch ncurses-5.5-fixes-1 ;; 41 esac 42 39 43 if [ ! "${libdirname}" = "lib" ]; then 40 44 extra_conf="--libdir=${BUILD_PREFIX}/${libdirname}" … … 72 76 # ( thanks Alexander Patrakov ;-) ) 73 77 # TODO: this is the default w ncurses-20040711 74 sed -i -e '/^xterm|/,+1s,^\(.use\)=xterm-r6,\1=xterm-xfree86,' \75 misc/terminfo.src78 #sed -i -e '/^xterm|/,+1s,^\(.use\)=xterm-r6,\1=xterm-xfree86,' \ 79 # misc/terminfo.src 76 80 77 81 max_log_init Ncurses ${NCURSES_VER} "target (shared)" ${CONFLOGS} ${LOG}
Note:
See TracChangeset
for help on using the changeset viewer.