diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-26 07:55:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-26 07:55:58 +0000 |
commit | c57cfeaaa5b2e97fa02700aa13970ac03d18540b (patch) | |
tree | 6e68a9036ac916f812287edbc961eef651d938d9 /devel/ncurses-devel | |
parent | d56118d141a858ac6e3f787fcdad6fe83c450264 (diff) |
Notes
Diffstat (limited to 'devel/ncurses-devel')
-rw-r--r-- | devel/ncurses-devel/files/patch-tack | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/devel/ncurses-devel/files/patch-tack b/devel/ncurses-devel/files/patch-tack new file mode 100644 index 000000000000..f7d9fea6329b --- /dev/null +++ b/devel/ncurses-devel/files/patch-tack @@ -0,0 +1,57 @@ +diff -ruN tack-1.04/Makefile.in tack-1.05/Makefile.in +--- tack-1.04/Makefile.in Sun Apr 8 23:57:15 2007 ++++ tack/Makefile.in Mon Apr 30 04:49:12 2007 +@@ -1,4 +1,4 @@ +-# $Id: Makefile.in,v 1.46 2007/04/08 15:57:15 tom Exp $ ++# $Id: Makefile.in,v 1.47 2007/04/29 20:49:12 tom Exp $ + ############################################################################## + # Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # + # # +@@ -98,7 +98,7 @@ + LOCAL_LIBDIR = @top_builddir@/lib + + LD = @LD@ +-LINK = @LINK_PROGS@ $(LIBTOOL_LINK) $(CC) ++LINK = @LINK_PROGS@ $(LIBTOOL_LINK) + LDFLAGS = @EXTRA_LDFLAGS@ \ + @TICS_ARGS@ @TINFO_ARGS@ @LDFLAGS@ @LD_MODEL@ @LIBS@ + +diff -ruN tack-1.04/configure tack-1.05/configure +--- tack-1.04/configure Mon Apr 9 00:04:45 2007 ++++ tack/configure Mon Apr 30 07:51:35 2007 +@@ -1205,7 +1205,7 @@ + LIB_CLEAN="" + LIB_COMPILE="" + LIB_INSTALL="" +-LIB_LINK="" ++LIB_LINK='$(CC)' + LIB_SUFFIX="" + LIB_UNINSTALL="" + LINK_PROGS="" +@@ -2754,7 +2754,7 @@ + make an error + # endif + #endif +- exit(0); ++ ${cf_cv_main_return-return}(0); + } + EOF + if { (eval echo configure:2761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +@@ -3678,7 +3678,7 @@ + make an error + # endif + #endif +- exit(0); ++ ${cf_cv_main_return-return}(0); + } + EOF + if { (eval echo configure:3685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +@@ -4304,7 +4304,7 @@ + make an error + # endif + #endif +- exit(0); ++ ${cf_cv_main_return-return}(0); + } + EOF + if { (eval echo configure:4311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |