summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-20 08:40:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-20 08:40:55 +0000
commit1ed324bc37a79c4b162a691d0cc43527de97b25b (patch)
tree2658d10db677bd97beb8e04868634edfc2cb7eb7 /devel
parentUpgrade to 0.6.2. (diff)
Make this handle libraries of the form /dir/...s/libfoo.a.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=21824
Diffstat (limited to 'devel')
-rw-r--r--devel/gnu-libtool/files/patch-ad11
-rw-r--r--devel/libtool/files/patch-ad11
-rw-r--r--devel/libtool13/files/patch-ad11
-rw-r--r--devel/libtool14/files/patch-ad11
-rw-r--r--devel/libtool15/files/patch-ad11
5 files changed, 50 insertions, 5 deletions
diff --git a/devel/gnu-libtool/files/patch-ad b/devel/gnu-libtool/files/patch-ad
index 4834f846a05e..345a0096ef25 100644
--- a/devel/gnu-libtool/files/patch-ad
+++ b/devel/gnu-libtool/files/patch-ad
@@ -1,5 +1,5 @@
--- ltmain.sh.orig Fri Jul 2 09:02:40 1999
-+++ ltmain.sh Fri Sep 3 02:01:51 1999
++++ ltmain.sh Wed Sep 15 00:00:38 1999
@@ -54,7 +54,7 @@
# Constants.
PROGRAM=ltmain.sh
@@ -41,6 +41,15 @@
-module)
module=yes
continue
+@@ -1162,7 +1171,7 @@
+
+ *.o | *.obj | *.a | *.lib)
+ # A standard object.
+- objs="$objs $arg"
++ libobjs="$libobjs $arg"
+ ;;
+
+ *.lo)
@@ -1789,6 +1798,9 @@
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
diff --git a/devel/libtool/files/patch-ad b/devel/libtool/files/patch-ad
index 4834f846a05e..345a0096ef25 100644
--- a/devel/libtool/files/patch-ad
+++ b/devel/libtool/files/patch-ad
@@ -1,5 +1,5 @@
--- ltmain.sh.orig Fri Jul 2 09:02:40 1999
-+++ ltmain.sh Fri Sep 3 02:01:51 1999
++++ ltmain.sh Wed Sep 15 00:00:38 1999
@@ -54,7 +54,7 @@
# Constants.
PROGRAM=ltmain.sh
@@ -41,6 +41,15 @@
-module)
module=yes
continue
+@@ -1162,7 +1171,7 @@
+
+ *.o | *.obj | *.a | *.lib)
+ # A standard object.
+- objs="$objs $arg"
++ libobjs="$libobjs $arg"
+ ;;
+
+ *.lo)
@@ -1789,6 +1798,9 @@
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
diff --git a/devel/libtool13/files/patch-ad b/devel/libtool13/files/patch-ad
index 4834f846a05e..345a0096ef25 100644
--- a/devel/libtool13/files/patch-ad
+++ b/devel/libtool13/files/patch-ad
@@ -1,5 +1,5 @@
--- ltmain.sh.orig Fri Jul 2 09:02:40 1999
-+++ ltmain.sh Fri Sep 3 02:01:51 1999
++++ ltmain.sh Wed Sep 15 00:00:38 1999
@@ -54,7 +54,7 @@
# Constants.
PROGRAM=ltmain.sh
@@ -41,6 +41,15 @@
-module)
module=yes
continue
+@@ -1162,7 +1171,7 @@
+
+ *.o | *.obj | *.a | *.lib)
+ # A standard object.
+- objs="$objs $arg"
++ libobjs="$libobjs $arg"
+ ;;
+
+ *.lo)
@@ -1789,6 +1798,9 @@
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
diff --git a/devel/libtool14/files/patch-ad b/devel/libtool14/files/patch-ad
index 4834f846a05e..345a0096ef25 100644
--- a/devel/libtool14/files/patch-ad
+++ b/devel/libtool14/files/patch-ad
@@ -1,5 +1,5 @@
--- ltmain.sh.orig Fri Jul 2 09:02:40 1999
-+++ ltmain.sh Fri Sep 3 02:01:51 1999
++++ ltmain.sh Wed Sep 15 00:00:38 1999
@@ -54,7 +54,7 @@
# Constants.
PROGRAM=ltmain.sh
@@ -41,6 +41,15 @@
-module)
module=yes
continue
+@@ -1162,7 +1171,7 @@
+
+ *.o | *.obj | *.a | *.lib)
+ # A standard object.
+- objs="$objs $arg"
++ libobjs="$libobjs $arg"
+ ;;
+
+ *.lo)
@@ -1789,6 +1798,9 @@
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
diff --git a/devel/libtool15/files/patch-ad b/devel/libtool15/files/patch-ad
index 4834f846a05e..345a0096ef25 100644
--- a/devel/libtool15/files/patch-ad
+++ b/devel/libtool15/files/patch-ad
@@ -1,5 +1,5 @@
--- ltmain.sh.orig Fri Jul 2 09:02:40 1999
-+++ ltmain.sh Fri Sep 3 02:01:51 1999
++++ ltmain.sh Wed Sep 15 00:00:38 1999
@@ -54,7 +54,7 @@
# Constants.
PROGRAM=ltmain.sh
@@ -41,6 +41,15 @@
-module)
module=yes
continue
+@@ -1162,7 +1171,7 @@
+
+ *.o | *.obj | *.a | *.lib)
+ # A standard object.
+- objs="$objs $arg"
++ libobjs="$libobjs $arg"
+ ;;
+
+ *.lo)
@@ -1789,6 +1798,9 @@
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!