diff options
Diffstat (limited to 'net/blam/files')
-rw-r--r-- | net/blam/files/patch-blam.exe.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/blam/files/patch-blam.exe.config b/net/blam/files/patch-blam.exe.config new file mode 100644 index 000000000000..4126c8b53364 --- /dev/null +++ b/net/blam/files/patch-blam.exe.config @@ -0,0 +1,9 @@ +--- blam.exe.config.orig Sat Jun 18 20:38:30 2005 ++++ blam.exe.config Tue Jun 21 23:18:44 2005 +@@ -1,4 +1,4 @@ + <configuration> +- <dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so.0"/> +- <dllmap dll="libX11" target="libX11.so.6"/> ++ <dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so"/> ++ <dllmap dll="libX11" target="libX11.so"/> + </configuration> |