freebsd-ports/x11-toolkits/gtk-sharp10/files/patch-art_art-sharp.dll.config.in
Jeremy Messenger 43bb7fa35d Update to 1.0.4. Mono has been set to IGNORE on 5.x if OSVERSION is below
503000.  Mono 1.0.1 and greater have been broken on earlier OSVERSION
versions. Warning, not all C# apps will not working, because FreeBSD still
need to work more on pthread issues. Few C# apps such as Blam, Muine, Tomboy
and etc work perfect.

PR:		ports/74397 ports/74398
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by:	BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by:	maintainer timeout (no contract for months)
2004-11-26 05:44:10 +00:00

8 lines
322 B
Plaintext

--- art/art-sharp.dll.config.in.orig Wed Jul 14 21:48:30 2004
+++ art/art-sharp.dll.config.in Wed Jul 14 21:49:46 2004
@@ -1,3 +1,3 @@
<configuration>
- <dllmap dll="art_lgpl" target="libart_lgpl_2@LIB_PREFIX@.2@LIB_SUFFIX@"/>
+ <dllmap dll="art_lgpl" target="libart_lgpl_2@LIB_PREFIX@@LIB_SUFFIX@"/>
</configuration>