[92239] trunk/dports/gnome/gnome-control-center

jeremyhu at macports.org jeremyhu at macports.org
Sun Apr 22 03:09:40 PDT 2012


Revision: 92239
          https://trac.macports.org/changeset/92239
Author:   jeremyhu at macports.org
Date:     2012-04-22 03:09:39 -0700 (Sun, 22 Apr 2012)
Log Message:
-----------
gnome-control-center: Build fix for glib-2.32

Modified Paths:
--------------
    trunk/dports/gnome/gnome-control-center/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnome-control-center/files/glib-2.32.patch

Modified: trunk/dports/gnome/gnome-control-center/Portfile
===================================================================
--- trunk/dports/gnome/gnome-control-center/Portfile	2012-04-22 09:53:52 UTC (rev 92238)
+++ trunk/dports/gnome/gnome-control-center/Portfile	2012-04-22 10:09:39 UTC (rev 92239)
@@ -35,6 +35,10 @@
     patchfiles      patch-libslab-director-tile.c.diff
 }
 
+patchfiles-append glib-2.32.patch
+use_autoreconf  yes
+autoreconf.args -fvi
+
 use_bzip2 	yes
 
 configure.args	\

Added: trunk/dports/gnome/gnome-control-center/files/glib-2.32.patch
===================================================================
--- trunk/dports/gnome/gnome-control-center/files/glib-2.32.patch	                        (rev 0)
+++ trunk/dports/gnome/gnome-control-center/files/glib-2.32.patch	2012-04-22 10:09:39 UTC (rev 92239)
@@ -0,0 +1,11 @@
+--- libwindow-settings/Makefile.am.orig	2012-04-22 02:55:05.000000000 -0700
++++ libwindow-settings/Makefile.am	2012-04-22 02:55:24.000000000 -0700
+@@ -17,7 +17,7 @@ libgnome_window_settings_la_LDFLAGS = 	\
+ 	-no-undefined			\
+         -version-info 1:0:0
+ 
+-libgnome_window_settings_la_LIBADD = $(GNOMECC_LIBS)
++libgnome_window_settings_la_LIBADD = $(GNOMECC_LIBS) -lgmodule-2.0
+ 
+ libgnome_window_settings_la_SOURCES = \
+ 	gnome-window-manager.c	\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120422/4c2e45d3/attachment.html>


More information about the macports-changes mailing list