File dolphin-emu-2.0.rev6314-lib64.patch of Package dolphin-emu
Index: SConstruct
===================================================================
--- SConstruct.orig
+++ SConstruct
@@ -301,9 +301,9 @@ else:
env['prefix'] = Dir(env['prefix']).abspath
env['binary_dir'] = env['prefix'] + '/bin'
env['data_dir'] = env['prefix'] + "/share/dolphin-emu"
- env['plugin_dir'] = env['prefix'] + '/lib/dolphin-emu'
+ env['plugin_dir'] = env['prefix'] + '/lib64/dolphin-emu'
conf.Define('DATA_DIR', "\"" + env['data_dir'] + "/\"")
- conf.Define('LIBS_DIR', "\"" + env['prefix'] + '/lib/' + "\"")
+ conf.Define('LIBS_DIR', "\"" + env['prefix'] + '/lib64/' + "\"")
# Setup destdir for package building
# Warning: The program will not run from this location.
# It is assumed the package will later install it to the prefix.