diff options
| author | Mikhail Teterin <mi@FreeBSD.org> | 2004-07-09 20:48:54 +0000 |
|---|---|---|
| committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-07-09 20:48:54 +0000 |
| commit | 2923c0b122e9d7dd2def74a68742d1c894df96bc (patch) | |
| tree | 7c797cdad50ec34be077a9a9e7bb67c121c6735c /devel/tcl-trf/files/patch-configure | |
| parent | Make the COMMENT and pkg-descr more descriptive of the (diff) | |
Explicitly include <sys/types.h> and <unistd.h> to fix the breakage on
recent -current. Fix warnings -- on x86, at least, the package now
builds with ``-Wall -Werror''.
Notes
Notes:
svn path=/head/; revision=113308
Diffstat (limited to 'devel/tcl-trf/files/patch-configure')
| -rw-r--r-- | devel/tcl-trf/files/patch-configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/tcl-trf/files/patch-configure b/devel/tcl-trf/files/patch-configure index d93f84590cda..03210cc3d209 100644 --- a/devel/tcl-trf/files/patch-configure +++ b/devel/tcl-trf/files/patch-configure @@ -1,5 +1,12 @@ --- configure Tue Aug 21 01:52:30 2001 +++ configure Fri Feb 8 11:52:30 2002 +@@ -1487,5 +1487,5 @@ + #include "confdefs.h" + +-main(){return(0);} ++int main(){return(0);} + EOF + if { (eval echo configure:1492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then @@ -2658,7 +2658,7 @@ if test "${SHARED_BUILD}" = "1" ; then |
