[108875] trunk/dports/gnome/libchamplain

jeremyhu at macports.org jeremyhu at macports.org
Sat Aug 3 23:50:23 PDT 2013


Revision: 108875
          https://trac.macports.org/changeset/108875
Author:   jeremyhu at macports.org
Date:     2013-08-03 23:50:23 -0700 (Sat, 03 Aug 2013)
Log Message:
-----------
libchamplain: Add missing link against gthread

Modified Paths:
--------------
    trunk/dports/gnome/libchamplain/Portfile

Added Paths:
-----------
    trunk/dports/gnome/libchamplain/files/
    trunk/dports/gnome/libchamplain/files/gthread.patch

Modified: trunk/dports/gnome/libchamplain/Portfile
===================================================================
--- trunk/dports/gnome/libchamplain/Portfile	2013-08-04 06:24:38 UTC (rev 108874)
+++ trunk/dports/gnome/libchamplain/Portfile	2013-08-04 06:50:23 UTC (rev 108875)
@@ -33,6 +33,11 @@
                 port:libsoup \
                 port:vala
 
+patchfiles      gthread.patch
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.args  --enable-introspection=yes \
                 --disable-memphis
 

Added: trunk/dports/gnome/libchamplain/files/gthread.patch
===================================================================
--- trunk/dports/gnome/libchamplain/files/gthread.patch	                        (rev 0)
+++ trunk/dports/gnome/libchamplain/files/gthread.patch	2013-08-04 06:50:23 UTC (rev 108875)
@@ -0,0 +1,10 @@
+--- configure.ac.orig	2013-08-03 23:47:10.000000000 -0700
++++ configure.ac	2013-08-03 23:47:47.000000000 -0700
+@@ -58,6 +58,7 @@ AC_SUBST(LIBRARY_VERSION)
+ 
+ PKG_CHECK_MODULES(DEPS,
+   [   glib-2.0 >= 2.16
++      gthread-2.0 >= 2.16
+       gobject-2.0 >= 2.10
+       gdk-2.0 >= 2.10
+       clutter-1.0 >= 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130803/aab40a33/attachment.html>


More information about the macports-changes mailing list