From fdb1d5a7b57cbbb359b628ac8615c3ca86074689 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Wed, 11 Oct 2017 18:08:00 +0000 Subject: devel/ncurses: update to 20171007 snapshot While here, take maintainership and set CPE info MFH: 2017Q4 Security: b84dbd94-e894-4c91-b8cd-d328537b1b2b --- devel/ncurses/files/patch-configure | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 devel/ncurses/files/patch-configure (limited to 'devel/ncurses/files/patch-configure') 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," -- cgit v1.2.3