Modified: trunk/dports/sysutils/screen/Portfile (119601 => 119602)
--- trunk/dports/sysutils/screen/Portfile 2014-05-02 08:04:45 UTC (rev 119601)
+++ trunk/dports/sysutils/screen/Portfile 2014-05-02 08:20:05 UTC (rev 119602)
@@ -61,6 +61,10 @@
system "tic ${worksrcpath}/terminfo/screeninfo.src"
}
+platform darwin {
+ patchfiles-append patch-configure-libelf
+}
+
platform darwin 9 {
post-patch {
reinplace s|^deflogin|#deflogin| ${worksrcpath}/etc/etcscreenrc
Added: trunk/dports/sysutils/screen/files/patch-configure-libelf (0 => 119602)
--- trunk/dports/sysutils/screen/files/patch-configure-libelf (rev 0)
+++ trunk/dports/sysutils/screen/files/patch-configure-libelf 2014-05-02 08:20:05 UTC (rev 119602)
@@ -0,0 +1,10 @@
+--- configure.orig 2014-04-26 05:58:46.000000000 -0500
++++ configure 2014-05-02 03:15:16.000000000 -0500
+@@ -4155,7 +4155,6 @@
+
+
+ oldlibs="$LIBS"
+-LIBS="$LIBS -lelf"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking SVR4..." >&5
+ $as_echo "$as_me: checking SVR4..." >&6;}
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext