[58735] trunk/dports/sysutils/tmux/Portfile

toby at macports.org toby at macports.org
Sat Oct 3 16:15:04 PDT 2009


Revision: 58735
          http://trac.macports.org/changeset/58735
Author:   toby at macports.org
Date:     2009-10-03 16:15:00 -0700 (Sat, 03 Oct 2009)
Log Message:
-----------
Untested fix for Leopard compilation, #21804
Means #18357 will remain an issue on Leopard, but I don't care.

Modified Paths:
--------------
    trunk/dports/sysutils/tmux/Portfile

Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile	2009-10-03 20:26:07 UTC (rev 58734)
+++ trunk/dports/sysutils/tmux/Portfile	2009-10-03 23:15:00 UTC (rev 58735)
@@ -29,6 +29,10 @@
                 tmux.1.diff \
                 tmux.h.diff
 
+platform darwin 9 {
+    patchfiles-delete   server.c.diff
+}
+
 post-configure {
     reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h"
     reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091003/4790eae1/attachment.html>


More information about the macports-changes mailing list