components/ncurses/patches/ncurses-03-config.patch
branchs11-update
changeset 2723 138732f62341
equal deleted inserted replaced
2722:dc566ca73390 2723:138732f62341
       
     1 # This is fixed in 5.9
       
     2 #
       
     3 --- ncurses-5.7/misc/ncurses-config.in.orig	Thu Mar 21 15:04:44 2013
       
     4 +++ ncurses-5.7/misc/ncurses-config.in	Thu Mar 21 15:05:22 2013
       
     5 @@ -87,7 +87,7 @@
       
     6  		;;
       
     7  	--libs)
       
     8  		sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
       
     9 -			-L${exec_prefix}/lib @EXTRA_LDFLAGS@ -l${THIS} @LIBS@
       
    10 +			-L${libdir} @EXTRA_LDFLAGS@ -l${THIS} @LIBS@
       
    11  ENDECHO
       
    12  		;;
       
    13  	# identification