FreeBSD Bugzilla – Attachment 19415 Details for
Bug 34512
[PATCH] Fix linking errors in deskutils/mrproject
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ltmain.sh
patch-ltmain.sh (text/plain), 888 bytes, created by
Joe Marcus Clarke
on 2002-02-01 04:40:01 UTC
(
hide
)
Description:
patch-ltmain.sh
Filename:
MIME Type:
Creator:
Joe Marcus Clarke
Created:
2002-02-01 04:40:01 UTC
Size:
888 bytes
patch
obsolete
>--- ltmain.sh.orig Wed Jan 23 04:38:40 2002 >+++ ltmain.sh Thu Jan 31 23:16:55 2002 >@@ -1039,6 +1039,7 @@ > > -module) > module=yes >+ build_old_libs=no > continue > ;; > >@@ -2412,6 +2413,9 @@ > *-*-netbsd*) > # Don't link with libc until the a.out ld.so is fixed. > ;; >+ *-*-freebsd*) >+ # FreeBSD doesn't need this... >+ ;; > *) > # Add libc to deplibs on all other systems if necessary. > if test "$build_libtool_need_lc" = "yes"; then >@@ -4179,10 +4183,12 @@ > fi > > # Install the pseudo-library for information purposes. >+ if /usr/bin/false; then > name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` > instname="$dir/$name"i > $show "$install_prog $instname $destdir/$name" > $run eval "$install_prog $instname $destdir/$name" || exit $? >+ fi > > # Maybe install the static library, too. > test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 34512
: 19415