ports/math/sage/files/spkg-patch-ncurses_-_src_configure
Stephen Montgomery-Smith aac3afae12 - Update to 5.12.
2013-10-09 17:24:33 +00:00

11 lines
415 B
Text

--- ncurses-5.9/src/configure.orig 2013-08-21 02:51:59.000000000 +0000
+++ ncurses-5.9/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"