[22991] trunk/dports/x11/pango/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 21 02:59:12 PDT 2007


Revision: 22991
          http://trac.macosforge.org/projects/macports/changeset/22991
Author:   rhwood at macports.org
Date:     2007-03-21 02:59:11 -0700 (Wed, 21 Mar 2007)

Log Message:
-----------
Fix rendering problem that crashes port:eog
Add explicit dependecy on fontconfig
Fix LDFLAGS to ensure that ports get linked against first
Bump revision so all get the fix
See http://bugzilla.gnome.org/show_bug.cgi?id=411791 for details.

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2007-03-21 07:35:53 UTC (rev 22990)
+++ trunk/dports/x11/pango/Portfile	2007-03-21 09:59:11 UTC (rev 22991)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		pango
 version		1.16.1
+revision	1
 categories	x11
 maintainers	mij at macports.org openmaintainer at macports.org
 description	Framework for the layout and rendering of i18n text
@@ -20,12 +21,12 @@
 
 use_bzip2	yes
 
-depends_lib	port:glib2 lib:libX11.6:XFree86 port:Xft2 port:cairo
+depends_lib	port:glib2 lib:libX11.6:XFree86 port:Xft2 port:cairo port:fontconfig
 
 patchfiles	patch-ltmain.sh
 
 configure.env	CPPFLAGS="-no-cpp-precomp" \
-		LDFLAGS="-no-undefined -bind_at_load"
+		LDFLAGS="-no-undefined -bind_at_load -L${prefix}/lib"
 
 configure.args	--mandir=${prefix}/share/man --enable-cairo
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070321/6dc6956e/attachment.html


More information about the macports-changes mailing list