[102990] trunk/dports/gnome/gnome-games

jeremyhu at macports.org jeremyhu at macports.org
Mon Feb 11 11:42:06 PST 2013


Revision: 102990
          https://trac.macports.org/changeset/102990
Author:   jeremyhu at macports.org
Date:     2013-02-11 11:42:06 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
gnome-games: Add missing links to build without la files

Modified Paths:
--------------
    trunk/dports/gnome/gnome-games/Portfile
    trunk/dports/gnome/gnome-games/files/patch-configure.diff

Added Paths:
-----------
    trunk/dports/gnome/gnome-games/files/missing-links.patch

Modified: trunk/dports/gnome/gnome-games/Portfile
===================================================================
--- trunk/dports/gnome/gnome-games/Portfile	2013-02-11 19:25:07 UTC (rev 102989)
+++ trunk/dports/gnome/gnome-games/Portfile	2013-02-11 19:42:06 UTC (rev 102990)
@@ -34,7 +34,7 @@
               
 use_bzip2 	yes
 
-patchfiles      patch-configure.diff
+patchfiles      patch-configure.diff missing-links.patch
 
 variant python25 conflicts python26 python27 description {Use python 2.5} {
     configure.python          ${prefix}/bin/python2.5

Added: trunk/dports/gnome/gnome-games/files/missing-links.patch
===================================================================
--- trunk/dports/gnome/gnome-games/files/missing-links.patch	                        (rev 0)
+++ trunk/dports/gnome/gnome-games/files/missing-links.patch	2013-02-11 19:42:06 UTC (rev 102990)
@@ -0,0 +1,11 @@
+--- gnect/src/Makefile.in.orig	2013-02-11 11:24:47.000000000 -0800
++++ gnect/src/Makefile.in	2013-02-11 11:25:41.000000000 -0800
+@@ -351,7 +351,7 @@ gnect_CFLAGS = $(GTK_CFLAGS) $(AM_CFLAGS
+ 	$(am__append_3) $(am__append_5)
+ gnect_LDADD = $(top_builddir)/libgames-support/libgames-support.la \
+ 	$(GTK_LIBS) $(INTLLIBS) $(am__append_2) $(am__append_4) \
+-	$(am__append_6)
++	$(am__append_6) -lz
+ all: all-am
+ 
+ .SUFFIXES:

Modified: trunk/dports/gnome/gnome-games/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/gnome-games/files/patch-configure.diff	2013-02-11 19:25:07 UTC (rev 102989)
+++ trunk/dports/gnome/gnome-games/files/patch-configure.diff	2013-02-11 19:42:06 UTC (rev 102990)
@@ -12,3 +12,12 @@
  
  
  
+@@ -17814,7 +17814,7 @@ if test "${with_smclient+set}" = set; th
+ else
+   case "$with_platform" in
+        gnome|gtk-only) 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/b75b36d5/attachment-0001.html>


More information about the macports-changes mailing list