pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

My proposed patch to libtool-2.4.6/patches/patch-build-aux_ltmain.sh



Hello,

This is the final patch to fix my libtool-2.4.6 issue.

Regards,

--
Boyd Gerber <gerberb%zenez.com@localhost> 801 849-0213
ZENEZ   1042 East Fort Union #135, Midvale Utah  84047
--- devel/libtool/patches/patch-build-aux_ltmain.sh.orig	2018-11-13 14:44:42.000000000 -0700
+++ devel/libtool/patches/patch-build-aux_ltmain.sh		2021-12-17 07:21:59.499892207 -0700
@@ -1,4 +1,4 @@
-$NetBSD: patch-build-aux_ltmain.sh,v 1.2 2018/11/13 21:44:42 sevan Exp $
+$NetBSD: patch-build-aux_ltmain.sh,v 1.3 2021/12/17 21:44:42 sevan Exp $
 
 Automatically generated using manual-* patches and bootstrap.
 DO NOT MODIFY THIS PATCH MANUALLY!  YOUR CHANGES WILL BE LOST!
@@ -37,6 +37,15 @@
  	    elif test yes = "$hardcode_minus_L"; then
  	      add_dir=-L$libdir
  	      add=-l$name
+@@ -8811,7 +8818,7 @@
+ 	    age=$number_minor
+ 	    revision=$number_revision
+ 	    ;;
+-	  freebsd-aout|qnx|sunos)
++	  freebsd-aout|qnx|sco|sunos)
+ 	    current=$number_major
+ 	    revision=$number_minor
+ 	    age=0
 @@ -8865,6 +8872,7 @@ func_mode_link ()
  	# Calculate the version variables.
  	major=


Home | Main Index | Thread Index | Old Index