[46655] trunk/dports/gnome/gnome-vfs

jmr at macports.org jmr at macports.org
Mon Feb 9 12:38:30 PST 2009


Revision: 46655
          http://trac.macports.org/changeset/46655
Author:   jmr at macports.org
Date:     2009-02-09 12:38:27 -0800 (Mon, 09 Feb 2009)
Log Message:
-----------
gnome-vfs: don't use -flat_namespace or -no-cpp-precomp

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

Added Paths:
-----------
    trunk/dports/gnome/gnome-vfs/files/
    trunk/dports/gnome/gnome-vfs/files/patch-configure.diff

Modified: trunk/dports/gnome/gnome-vfs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-vfs/Portfile	2009-02-09 20:12:00 UTC (rev 46654)
+++ trunk/dports/gnome/gnome-vfs/Portfile	2009-02-09 20:38:27 UTC (rev 46655)
@@ -38,6 +38,8 @@
                 port:gnome-mime-data \
                 port:shared-mime-info
 
+patchfiles      patch-configure.diff
+
 configure.args  --enable-ipv6 \
                 --disable-howl \
                 --disable-avahi \

Added: trunk/dports/gnome/gnome-vfs/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/gnome-vfs/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-vfs/files/patch-configure.diff	2009-02-09 20:38:27 UTC (rev 46655)
@@ -0,0 +1,13 @@
+--- configure.orig	2008-09-22 19:35:38.000000000 +1000
++++ configure	2009-02-10 07:31:48.000000000 +1100
+@@ -28763,8 +28763,8 @@
+ { echo "$as_me:$LINENO: result: $ne_cv_os_macosx" >&5
+ echo "${ECHO_T}$ne_cv_os_macosx" >&6; }
+ if test $ne_cv_os_macosx = yes; then
+-  CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
+-  LDFLAGS="$LDFLAGS -flat_namespace"
++  CPPFLAGS="$CPPFLAGS"
++  LDFLAGS="$LDFLAGS"
+ fi
+ 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090209/b84a9dde/attachment.html>


More information about the macports-changes mailing list