Revision: 119602 https://trac.macports.org/changeset/119602 Author: ryandesign@macports.org Date: 2014-05-02 01:20:05 -0700 (Fri, 02 May 2014) Log Message: ----------- screen: do not attempt to use libelf on darwin (#23133) Modified Paths: -------------- trunk/dports/sysutils/screen/Portfile Added Paths: ----------- trunk/dports/sysutils/screen/files/patch-configure-libelf Modified: trunk/dports/sysutils/screen/Portfile =================================================================== --- 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 =================================================================== --- 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
participants (1)
-
ryandesign@macports.org