[68052] trunk/dports/graphics/fontforge/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 25 11:16:47 PDT 2010


Revision: 68052
          http://trac.macports.org/changeset/68052
Author:   ryandesign at macports.org
Date:     2010-05-25 11:16:42 -0700 (Tue, 25 May 2010)
Log Message:
-----------
fontforge: fix build failure with gettext 0.18 by adding -lintl to ldflags; see #25012

Modified Paths:
--------------
    trunk/dports/graphics/fontforge/Portfile

Modified: trunk/dports/graphics/fontforge/Portfile
===================================================================
--- trunk/dports/graphics/fontforge/Portfile	2010-05-25 17:47:52 UTC (rev 68051)
+++ trunk/dports/graphics/fontforge/Portfile	2010-05-25 18:16:42 UTC (rev 68052)
@@ -104,6 +104,8 @@
                 --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib
 
+configure.ldflags-append -lintl
+
 use_parallel_build  yes
 
 set docdir      ${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100525/dadaa749/attachment.html>


More information about the macports-changes mailing list