diff options
Diffstat (limited to 'math/sage/files/patch-build_pkgs_ncurses_fbsd-patch-src_configure')
| -rw-r--r-- | math/sage/files/patch-build_pkgs_ncurses_fbsd-patch-src_configure | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/math/sage/files/patch-build_pkgs_ncurses_fbsd-patch-src_configure b/math/sage/files/patch-build_pkgs_ncurses_fbsd-patch-src_configure new file mode 100644 index 000000000000..72a0bf7a3ef8 --- /dev/null +++ b/math/sage/files/patch-build_pkgs_ncurses_fbsd-patch-src_configure @@ -0,0 +1,14 @@ +--- /dev/null	2014-01-29 03:00:00.000000000 +0000 ++++ build/pkgs/ncurses/fbsd-patch-src_configure	2014-01-29 03:01:19.000000000 +0000 +@@ -0,0 +1,11 @@ ++--- src/configure.orig	2013-08-21 02:51:59.000000000 +0000 +++++ src/configure	2013-08-21 02:53:23.000000000 +0000 ++@@ -5719,7 +5719,7 @@ ++ 		cf_cv_shared_soname='`basename $@`' ++ 	fi ++  ++-		MK_SHARED_LIB='${LD} -shared -Bshareable -soname=`basename $@` -o $@' +++		MK_SHARED_LIB='${CC} -shared -Bshareable -soname=`basename $@` -o $@' ++ 		;; ++ 	netbsd*) #(vi ++ 		CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"  | 
