diff options
author | asami <asami@FreeBSD.org> | 1999-09-20 16:40:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-20 16:40:55 +0800 |
commit | 1952e75b34d99b6201d5d94bb03f628982a1693e (patch) | |
tree | 44417428c54377f20e71cd99efc09c0e1c96229a /devel/libtool/files | |
parent | fab81419f847ab085062d11468e2fa6b8dc7c59a (diff) | |
download | freebsd-ports-gnome-1952e75b34d99b6201d5d94bb03f628982a1693e.tar.gz freebsd-ports-gnome-1952e75b34d99b6201d5d94bb03f628982a1693e.tar.zst freebsd-ports-gnome-1952e75b34d99b6201d5d94bb03f628982a1693e.zip |
Make this handle libraries of the form /dir/...s/libfoo.a.
Submitted by: maintainer
Diffstat (limited to 'devel/libtool/files')
-rw-r--r-- | devel/libtool/files/patch-ad | 11 |
1 files changed, 10 insertions, 1 deletions
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)! |