diff options
Diffstat (limited to 'audio/easymp3gain/patches/03_fix_compiler_arch.patch')
-rw-r--r-- | audio/easymp3gain/patches/03_fix_compiler_arch.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/easymp3gain/patches/03_fix_compiler_arch.patch b/audio/easymp3gain/patches/03_fix_compiler_arch.patch new file mode 100644 index 0000000000..917c99bafb --- /dev/null +++ b/audio/easymp3gain/patches/03_fix_compiler_arch.patch @@ -0,0 +1,14 @@ +Description: Don't force compiler architecture in LPI +Forwarded: yes +Author: Matthias Klumpp <matthias@nlinux.org> +Last-Update: 2011-05-18 +--- a/easymp3gain.lpi ++++ b/easymp3gain.lpi +@@ -494,7 +494,6 @@ + </Parsing> + <CodeGeneration> + <SmartLinkUnit Value="True"/> +- <TargetCPU Value="x86_64"/> + <TargetOS Value="Linux"/> + </CodeGeneration> + <Linking> |