[50527] trunk/dports/gnome/gnome-python-desktop/Portfile

devans at macports.org devans at macports.org
Sat May 2 10:26:30 PDT 2009


Revision: 50527
          http://trac.macports.org/changeset/50527
Author:   devans at macports.org
Date:     2009-05-02 10:26:29 -0700 (Sat, 02 May 2009)
Log Message:
-----------
gnome-python-desktop: use configure.pkg_config_path to specify non-standard location for py25-cairo pkg-config file instead of environment variables RSVG_CFLAGS and RSVG_LIBS.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-python-desktop/Portfile

Modified: trunk/dports/gnome/gnome-python-desktop/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-desktop/Portfile	2009-05-02 17:00:19 UTC (rev 50526)
+++ trunk/dports/gnome/gnome-python-desktop/Portfile	2009-05-02 17:26:29 UTC (rev 50527)
@@ -37,28 +37,8 @@
                 --disable-nautilusburn
 
 configure.python ${prefix}/bin/python2.5
+configure.pkg_config_path  ${prefix}/Library/Frameworks/Python.framework/Versions/2.5/lib/pkgconfig
 
-configure.env-append  RSVG_CFLAGS="\
-                      -I${prefix}/include/librsvg-2 \
-                      -I${prefix}/include/glib-2.0 \
-                      -I${prefix}/lib/glib-2.0/include \
-                      -I${prefix}/include \
-                      -I${prefix}/include/gtk-2.0 \
-                      -I${prefix}/include/cairo \
-                      -I${prefix}/include/pixman-1 \
-                      -I${prefix}/include/freetype2 \
-                      -I${prefix}/include/libpng12 \
-                      -I${prefix}/include/python2.5/pycairo \
-                      -I${prefix}/include/pygtk-2.0" \
-                      RSVG_LIBS="\
-                      -Wl,-framework,CoreServices \
-                      -Wl,-framework,ApplicationServices \
-                      -L${prefix}/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lm \
-                      -lcairo -lgmodule-2.0 -lpixman-1 -lfontconfig \
-                      -lexpat -lfreetype -lpng12 -lz -lXrender -lX11 \
-                      -lXau -lXdmcp -lffi -lgobject-2.0 -lglib-2.0 \
-                      -lintl -liconv"
-
 platform darwin 9 {
     post-patch {
         reinplace "s| -export-symbols-regex.*||g" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090502/c2d987c1/attachment.html>


More information about the macports-changes mailing list