diff options
Diffstat (limited to 'devel/ncurses/files/patch-configure')
-rw-r--r-- | devel/ncurses/files/patch-configure | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/ncurses/files/patch-configure b/devel/ncurses/files/patch-configure deleted file mode 100644 index 64aac1c6ccdb..000000000000 --- a/devel/ncurses/files/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ -# Based on upstream 6.0 patch 20160220: -# -# + modify configure macro for shared-library rules to use -Wl,-rpath -# rather than -rpath to work around a bug in scons (FreeBSD #178732, -# cf: 20061021). -# -# See Also: -# -# http://lists.gnu.org/archive/html/bug-ncurses/2016-02/msg00009.html -# http://lists.gnu.org/archive/html/bug-ncurses/2016-02/msg00006.html -# -# TODO: Remove patch on 6.1 update - ---- configure.orig 2015-08-05 09:20:32 UTC -+++ configure -@@ -5863,7 +5863,7 @@ case $cf_cv_system_name in - LD_RPATH_OPT="-Wl,-rpath," - ;; - (dragonfly*|freebsd*) -- LD_RPATH_OPT="-rpath " -+ LD_RPATH_OPT="-Wl,-rpath," - ;; - (netbsd*) - LD_RPATH_OPT="-Wl,-rpath," |