[102993] trunk/dports/gnome/gnome-terminal
jeremyhu at macports.org
jeremyhu at macports.org
Mon Feb 11 12:04:58 PST 2013
Revision: 102993
https://trac.macports.org/changeset/102993
Author: jeremyhu at macports.org
Date: 2013-02-11 12:04:58 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
gnome-terminal: Add missing link against libICE
Modified Paths:
--------------
trunk/dports/gnome/gnome-terminal/Portfile
Added Paths:
-----------
trunk/dports/gnome/gnome-terminal/files/
trunk/dports/gnome/gnome-terminal/files/missing-links.patch
Modified: trunk/dports/gnome/gnome-terminal/Portfile
===================================================================
--- trunk/dports/gnome/gnome-terminal/Portfile 2013-02-11 19:51:44 UTC (rev 102992)
+++ trunk/dports/gnome/gnome-terminal/Portfile 2013-02-11 20:04:58 UTC (rev 102993)
@@ -32,6 +32,10 @@
use_bzip2 yes
+patchfiles missing-links.patch
+use_autoreconf yes
+autoreconf.args -fvi
+
configure.args \
--mandir=${prefix}/share/man \
--disable-schemas-install \
Added: trunk/dports/gnome/gnome-terminal/files/missing-links.patch
===================================================================
--- trunk/dports/gnome/gnome-terminal/files/missing-links.patch (rev 0)
+++ trunk/dports/gnome/gnome-terminal/files/missing-links.patch 2013-02-11 20:04:58 UTC (rev 102993)
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2013-02-11 11:59:59.000000000 -0800
++++ configure.ac 2013-02-11 12:00:12.000000000 -0800
+@@ -69,7 +69,7 @@ AC_ARG_WITH([smclient],
+ [AS_HELP_STRING([--with-smclient-backend],[which smclient backend to use (xsmp/win32/quartz)])],
+ [],
+ [case "$GDK_TARGET" in
+- x11) with_smclient=xsmp SMCLIENT_PKGS="sm" ;;
++ x11) with_smclient=xsmp SMCLIENT_PKGS="sm ice" ;;
+ win32|quartz) with_smclient=$GDK_TARGET ;;
+ *) with_smclient=no ;;
+ esac])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/c41b7216/attachment.html>
More information about the macports-changes
mailing list