Revision
112775
Author
raimue@macports.org
Date
2013-10-31 08:29:35 -0700 (Thu, 31 Oct 2013)

Log Message

sysutils/screen:
Apply patches on Mavericks to fix build, closes #41078

Modified Paths

Diff

Modified: trunk/dports/sysutils/screen/Portfile (112774 => 112775)


--- trunk/dports/sysutils/screen/Portfile	2013-10-31 15:07:14 UTC (rev 112774)
+++ trunk/dports/sysutils/screen/Portfile	2013-10-31 15:29:35 UTC (rev 112775)
@@ -75,7 +75,7 @@
     patchfiles-append   patch-config.h.in patch-configure patch-pty.c patch-window.c patch-screen.c-leopard
 }
 
-if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 12} {
+if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 13} {
     # These patches are based on http://www.opensource.apple.com/source/screen/screen-16/patches/
     # The vproc_priv.h is the private header from launchd, used in Apple's 10.6 screen patches
     # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776