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

jeremyhu at macports.org jeremyhu at macports.org
Sun Nov 9 22:58:08 PST 2014


Revision: 127986
          https://trac.macports.org/changeset/127986
Author:   jeremyhu at macports.org
Date:     2014-11-09 22:58:08 -0800 (Sun, 09 Nov 2014)
Log Message:
-----------
tmux: Build with __DARWIN_VERS_1050=0 to force legacy daemon(3) behavior of not changing the bootstrap to the system bootstrap.  Works around #18357

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

Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile	2014-11-10 06:38:38 UTC (rev 127985)
+++ trunk/dports/sysutils/tmux/Portfile	2014-11-10 06:58:08 UTC (rev 127986)
@@ -5,7 +5,7 @@
 
 name            tmux
 version         1.9a
-revision        2
+revision        3
 categories      sysutils
 maintainers     evermeet.cx:tessarek
 description     terminal multiplexer
@@ -24,6 +24,9 @@
 
 depends_lib     port:libevent port:ncurses
 
+
+configure.cppflags-append -D__DARWIN_VERS_1050=0
+
 platform darwin 8 {
     # On Mac OS X 10.4 there's no libproc.h, so we use a previous version of osdep-darwin.c (c1b9948)
     post-extract {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141109/94917303/attachment.html>


More information about the macports-changes mailing list