ubuntuusers.de

sharpfont.patch

Autor:
Quidoff
Datum:
8. Mai 2016 16:50
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# dh_clideps cannot handle dllentry
# this is Debian bug 657242
# no fix yet, so workaround
# has to be applied after nuget so this patch is not in the series file
Index: openra-20150424/SharpFont.dll.config
===================================================================
--- openra-20150424.orig/SharpFont.dll.config
+++ openra-20150424/SharpFont.dll.config
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <configuration>
-	<dllmap dll="freetype6.dll">
-		<dllentry os="linux" dll="libfreetype.so.6" />
-		<dllentry os="osx" dll="/Library/Frameworks/Mono.framework/Libraries/libfreetype.6.dylib" />
-	</dllmap>
+	<dllmap dll="freetype6.dll" os="linux" target="libfreetype.so.6" />
 </configuration>