diff options
author | 2010-09-21 21:29:18 +0000 | |
---|---|---|
committer | 2010-09-21 21:29:18 +0000 | |
commit | 66fced9064376cc9bb82673323b357ea83029b24 (patch) | |
tree | 4cd360871081fb42504b6e6698b23f6966fee0cd /app-emulation/wine | |
parent | Version bump. (diff) | |
download | gentoo-2-66fced9064376cc9bb82673323b357ea83029b24.tar.gz gentoo-2-66fced9064376cc9bb82673323b357ea83029b24.tar.bz2 gentoo-2-66fced9064376cc9bb82673323b357ea83029b24.zip |
fix indentation to match codebase
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/files/wine-1.1.15-winegcc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/files/wine-1.1.15-winegcc.patch b/app-emulation/wine/files/wine-1.1.15-winegcc.patch index 6e5bb22a5359..a1cd8907a887 100644 --- a/app-emulation/wine/files/wine-1.1.15-winegcc.patch +++ b/app-emulation/wine/files/wine-1.1.15-winegcc.patch @@ -21,7 +21,7 @@ http://bugs.gentoo.org/260726 opts.compiler_args = strarray_alloc(); opts.winebuild_args = strarray_alloc(); +#ifdef FORCE_POINTER_SIZE -+ opts.force_pointer_size = sizeof(size_t); ++ opts.force_pointer_size = sizeof(size_t); +#endif /* determine the processor type */ @@ -47,7 +47,7 @@ http://bugs.gentoo.org/260726 signal( SIGINT, exit_on_signal ); +#ifdef FORCE_POINTER_SIZE -+ force_pointer_size = sizeof(size_t); ++ force_pointer_size = sizeof(size_t); +#endif + output_file = stdout; |