summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp10
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-03-12 11:26:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-03-12 11:26:18 +0000
commitac969dfd1bdaf75f33c726ee853e1e477a28736c (patch)
tree7a994aa9edac7444e5a66b6080ffd49569d5eb28 /x11-toolkits/gtk-sharp10
parentUpdate to 2.6.0. Note: this release is API and ABI compatible with (diff)
Get it works with newer libgtkhtml.
Notes
Notes: svn path=/head/; revision=130998
Diffstat (limited to 'x11-toolkits/gtk-sharp10')
-rw-r--r--x11-toolkits/gtk-sharp10/Makefile4
-rw-r--r--x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile
index be37f7876c95..571496559edf 100644
--- a/x11-toolkits/gtk-sharp10/Makefile
+++ b/x11-toolkits/gtk-sharp10/Makefile
@@ -2,7 +2,7 @@
# Date created: 2003-01-01
# Whom: Juli Mallett
#
-# $Id: Makefile,v 1.12 2005/02/18 03:16:37 tmclau02 Exp $
+# $Id: Makefile,v 1.2 2005/02/27 04:28:41 mezz Exp $
# $FreeBSD$
#
@@ -30,5 +30,7 @@ MAKE_ENV=MONO_SHARED_DIR=${WRKDIR}
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
+ @${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.6|g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in b/x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in
index 7109eb4c853d..daa43fde61d5 100644
--- a/x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in
+++ b/x11-toolkits/gtk-sharp10/files/patch-gtkhtml_gtkhtml-sharp.dll.config.in
@@ -3,5 +3,5 @@
@@ -1,3 +1,3 @@
<configuration>
- <dllmap dll="gtkhtml-3.0" target="libgtkhtml-@GTKHTML_VERSION@@LIB_PREFIX@.@GTKHTML_SOVERSION@@LIB_SUFFIX@"/>
-+ <dllmap dll="gtkhtml-3.0" target="libgtkhtml-@GTKHTML_VERSION@@LIB_PREFIX@@LIB_SUFFIX@"/>
++ <dllmap dll="gtkhtml-3.0" target="libgtkhtml-3.6@LIB_PREFIX@@LIB_SUFFIX@"/>
</configuration>