[113415] trunk/dports/gnome/eog

jeremyhu at macports.org jeremyhu at macports.org
Fri Nov 15 13:16:31 PST 2013


Revision: 113415
          https://trac.macports.org/changeset/113415
Author:   jeremyhu at macports.org
Date:     2013-11-15 13:16:30 -0800 (Fri, 15 Nov 2013)
Log Message:
-----------
eog: Build fix and +universal

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

Added Paths:
-----------
    trunk/dports/gnome/eog/files/
    trunk/dports/gnome/eog/files/redefinition-buildfix.patch

Modified: trunk/dports/gnome/eog/Portfile
===================================================================
--- trunk/dports/gnome/eog/Portfile	2013-11-15 21:11:31 UTC (rev 113414)
+++ trunk/dports/gnome/eog/Portfile	2013-11-15 21:16:30 UTC (rev 113415)
@@ -5,6 +5,7 @@
 
 name            eog
 version         3.10.2
+revision        1
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     An image viewing and cataloging program.
@@ -51,11 +52,8 @@
 configure.args  --disable-schemas-compile \
                 --disable-silent-rules
 
-# libpeas is not universal
-# because rdep py*-numpy +universal build fails (#40037)
+patchfiles      redefinition-buildfix.patch 
 
-universal_variant no
-
 post-activate {
    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"

Added: trunk/dports/gnome/eog/files/redefinition-buildfix.patch
===================================================================
--- trunk/dports/gnome/eog/files/redefinition-buildfix.patch	                        (rev 0)
+++ trunk/dports/gnome/eog/files/redefinition-buildfix.patch	2013-11-15 21:16:30 UTC (rev 113415)
@@ -0,0 +1,14 @@
+--- src/eog-jobs.h.orig	2013-11-15 12:58:51.000000000 -0800
++++ src/eog-jobs.h	2013-11-15 12:59:15.000000000 -0800
+@@ -100,7 +100,11 @@ G_BEGIN_DECLS
+ typedef struct _EogURIConverter EogURIConverter;
+ #endif
+ 
++#ifndef __EOG_JOB_DECLR__
++#define __EOG_JOB_DECLR__
+ typedef struct _EogJob               EogJob;
++#endif
++
+ typedef struct _EogJobClass          EogJobClass;
+ 
+ typedef struct _EogJobCopy           EogJobCopy;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131115/62d5fe09/attachment.html>


More information about the macports-changes mailing list