components/tmux/patches/remove_xopen.patch
branchoi_151a
changeset 353 b803ae0c274c
equal deleted inserted replaced
352:96c3a6d1158e 353:b803ae0c274c
       
     1 --- tmux-1.5/configure.old	2011-07-09 17:12:35.000000000 +0100
       
     2 +++ tmux-1.5/configure	2011-08-23 17:13:39.706752362 +0100
       
     3 @@ -4986,7 +4986,7 @@
       
     4  	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_cmsg_data" >&5
       
     5  $as_echo "$found_cmsg_data" >&6; }
       
     6  	if test "x$found_cmsg_data" = xyes; then
       
     7 -		XOPEN_DEFINES="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED"
       
     8 +		XOPEN_DEFINES="" #-xc99 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED"
       
     9  	else
       
    10      		as_fn_error "\"CMSG_DATA not found\"" "$LINENO" 5
       
    11  	fi