mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
3474a05de5
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
10 lines
496 B
Plaintext
10 lines
496 B
Plaintext
--- mono/dbus-sharp.dll.config.in.orig Sat Mar 12 20:56:29 2005
|
|
+++ mono/dbus-sharp.dll.config.in Wed Apr 13 21:19:06 2005
|
|
@@ -1,4 +1,4 @@
|
|
<configuration>
|
|
- <dllmap dll="dbus-1" target="libdbus-1@LIB_PREFIX@.@LT_CURRENT@@LIB_SUFFIX@"/>
|
|
- <dllmap dll="dbus-glib-1" target="libdbus-glib-1@LIB_PREFIX@.@LT_CURRENT@@LIB_SUFFIX@"/>
|
|
+ <dllmap dll="dbus-1" target="libdbus-1@LIB_PREFIX@@LIB_SUFFIX@"/>
|
|
+ <dllmap dll="dbus-glib-1" target="libdbus-glib-1@LIB_PREFIX@@LIB_SUFFIX@"/>
|
|
</configuration>
|