[75371] trunk/dports/editors/emacs/Portfile

dports at macports.org dports at macports.org
Sun Jan 23 11:33:39 PST 2011


Revision: 75371
          http://trac.macports.org/changeset/75371
Author:   dports at macports.org
Date:     2011-01-23 11:33:38 -0800 (Sun, 23 Jan 2011)
Log Message:
-----------
emacs +x11: add workaround for autoconf dropping fontconfig/freetype
linker flags (#28083)

Modified Paths:
--------------
    trunk/dports/editors/emacs/Portfile

Modified: trunk/dports/editors/emacs/Portfile
===================================================================
--- trunk/dports/editors/emacs/Portfile	2011-01-23 19:18:23 UTC (rev 75370)
+++ trunk/dports/editors/emacs/Portfile	2011-01-23 19:33:38 UTC (rev 75371)
@@ -68,7 +68,11 @@
                             port:giflib \
                             port:libpng \
                             port:librsvg \
-                            port:Xft2            
+                            port:Xft2
+
+    # autoconf appears to be dropping linker flags for freetype &
+    # fontconfig; work around this. See #28083
+    configure.ldflags-append -lfreetype -lfontconfig
 }
 
 variant motif requires x11 description {Builds emacs as an X11 program with Motif widgets} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110123/b87ed21e/attachment.html>


More information about the macports-changes mailing list