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

mcalhoun at macports.org mcalhoun at macports.org
Sun Feb 1 07:48:56 PST 2009


Revision: 46249
          http://trac.macports.org/changeset/46249
Author:   mcalhoun at macports.org
Date:     2009-02-01 07:48:54 -0800 (Sun, 01 Feb 2009)
Log Message:
-----------
emacs:
The emacs configure script tests for X11 using -lX11 but
   does not append any new search directories.
If the MacPorts X11 and system X11 are both installed, the MacPorts X11
   should take precedence since -L${prefix}/lib is before -L${x11prefix}/lib.
Fixes #18240 (maintainer timeout).

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

Modified: trunk/dports/editors/emacs/Portfile
===================================================================
--- trunk/dports/editors/emacs/Portfile	2009-02-01 13:52:35 UTC (rev 46248)
+++ trunk/dports/editors/emacs/Portfile	2009-02-01 15:48:54 UTC (rev 46249)
@@ -60,6 +60,8 @@
                             lib:libtiff:tiff \
                             path:include/gif_lib.h:giflib \
                             lib:libpng:libpng
+
+    configure.ldflags-append  -L${x11prefix}/lib
 }
 
 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/20090201/008621d1/attachment.html>


More information about the macports-changes mailing list