[119050] users/devans/GNOME-3/stable/dports/gnome/gnome-terminal/files/ no-dupfd_cloexec.patch

devans at macports.org devans at macports.org
Tue Apr 15 13:51:31 PDT 2014


Revision: 119050
          https://trac.macports.org/changeset/119050
Author:   devans at macports.org
Date:     2014-04-15 13:51:31 -0700 (Tue, 15 Apr 2014)
Log Message:
-----------
gnome-terminal: fix typo that breaks SL build.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch	2014-04-15 20:43:24 UTC (rev 119049)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch	2014-04-15 20:51:31 UTC (rev 119050)
@@ -16,7 +16,7 @@
 +#ifdef F_DUPFD_CLOEXEC
              fd = fcntl (fds[j], F_DUPFD_CLOEXEC, 3);
 +#else
-+            fd = fcntl (fds[j], F_DUPFD_CLOEXEC, 3);
++            fd = fcntl (fds[j], F_DUPFD, 3);
 +            fcntl(fd, F_SETFD, FD_CLOEXEC);
 +#endif
            } while (fd == -1 && errno == EINTR);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140415/51901e82/attachment.html>


More information about the macports-changes mailing list