source:
python/trunk/Mac/BuildScript/ncurses-5.5.patch@
388
Last change on this file since 388 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 1.7 KB |
-
test/Makefile.in
diff -r -u ncurses-5.5-orig/test/Makefile.in ncurses-5.5/test/Makefile.in
old new 75 75 MATH_LIB = @MATH_LIB@ 76 76 77 77 LD = @LD@ 78 LINK = @LINK_TESTS@ $(LIBTOOL_LINK) $(CC) $(CFLAGS)78 LINK = @LINK_TESTS@ $(LIBTOOL_LINK) $(CC) 79 79 80 80 usFLAGS = @LD_MODEL@ @LOCAL_LDFLAGS@ @LDFLAGS@ 81 81 -
ncurses/tinfo/read_entry.c
diff -ru ncurses-5.5-orig/ncurses/tinfo/read_entry.c ncurses-5.5/ncurses/tinfo/read_entry.c
old new 474 474 } 475 475 476 476 /* truncate the terminal name to prevent buffer overflow */ 477 (void) sprintf(ttn, "% c/%.*s", *tn, (int) sizeof(ttn) - 3, tn);477 (void) sprintf(ttn, "%x/%.*s", *tn, (int) sizeof(ttn) - 3, tn); 478 478 479 479 /* This is System V behavior, in conjunction with our requirements for 480 480 * writing terminfo entries. -
configure
diff -ru ncurses-5.5-orig/configure ncurses-5.5/configure
old new 5027 5027 darwin*) 5028 5028 EXTRA_CFLAGS="-no-cpp-precomp" 5029 5029 CC_SHARED_OPTS="-dynamic" 5030 MK_SHARED_LIB='$(CC) -dynamiclib -install_name $(DESTDIR)$(libdir)/`basename $@` -compatibility_version $(ABI_VERSION) -current_version $(ABI_VERSION) -o $@'5030 MK_SHARED_LIB='$(CC) $(CFLAGS) -dynamiclib -install_name $(DESTDIR)$(libdir)/`basename $@` -compatibility_version $(ABI_VERSION) -current_version $(ABI_VERSION) -o $@' 5031 5031 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 5032 5032 cf_cv_shlib_version_infix=yes 5033 5033 ;;
Note:
See TracBrowser
for help on using the repository browser.