- turns out the mono MODULE already has a built-in receipe for my previous

fix, so fix and use DLLMAP_FILES.
I don't really like a MODULE abusing post-configure target... oh well.
This commit is contained in:
ajacoutot 2009-01-24 19:04:04 +00:00
parent 78dd235a9a
commit 8f3738a805
2 changed files with 3 additions and 18 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2009/01/24 18:31:18 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2009/01/24 19:04:04 ajacoutot Exp $
COMMENT= desktop note-taking application written in C\#
GNOME_PROJECT= tomboy
GNOME_VERSION= 0.12.2
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11
# LGPLv2.1
@ -46,7 +46,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DLLMAP_FILES= Tomboy/Tomboy.exe.config
DLLMAP_FILES= Tomboy/Tomboy.exe.config.in
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-Tomboy_Tomboy_exe_config_in,v 1.1 2009/01/24 18:31:18 ajacoutot Exp $
--- Tomboy/Tomboy.exe.config.in.orig Sat Jan 24 18:59:46 2009
+++ Tomboy/Tomboy.exe.config.in Sat Jan 24 19:00:24 2009
@@ -1,7 +1,7 @@
<configuration>
- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
- <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0"/>
- <dllmap dll="libgtkspell" target="libgtkspell.so.0"/>
+ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so"/>
+ <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so"/>
+ <dllmap dll="libgtkspell" target="libgtkspell.so"/>
<dllmap dll="libtomboy" target="libtomboy.so"/>
- <dllmap dll="panel-applet-2" target="libpanel-applet-2.so.0"/>
+ <dllmap dll="panel-applet-2" target="libpanel-applet-2.so"/>
</configuration>