Clarify all the functions of patch-ltmain.sh, and add a few more helpful
hints.
This commit is contained in:
parent
9dd1fc59f6
commit
d18bdbf627
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12074
1 changed files with 8 additions and 3 deletions
|
@ -197,11 +197,16 @@ pre-patch:
|
||||||
also use the GNU configure system. Newer versions of libtool have
|
also use the GNU configure system. Newer versions of libtool have
|
||||||
a problem with FreeBSD's <tt>USE_LIBTOOL</tt> macro. Use of this
|
a problem with FreeBSD's <tt>USE_LIBTOOL</tt> macro. Use of this
|
||||||
macro should be avoided. Instead, set <tt>GNU_CONFIGURE= yes</tt>,
|
macro should be avoided. Instead, set <tt>GNU_CONFIGURE= yes</tt>,
|
||||||
and use the following <a href="../patches/patch-ltmain.sh">patch</a>
|
and use the following <a href="../patches/patch-ltmain.sh">patch</a>.
|
||||||
to prevent the installation of .la files.</p>
|
This patch prevents the installation of .la files, prevents
|
||||||
|
the building and installation of static archive libraries, and
|
||||||
|
ensures that -pthread will be passed to the linker.</p>
|
||||||
<!-- End GNOME libtool -->
|
<!-- End GNOME libtool -->
|
||||||
|
|
||||||
<p>The more ported applications we have, the better.</p>
|
<p>If you still need help with your port, have a look at some of
|
||||||
|
the <a href="/ports/gnome.html">existing ports</a> for examples.
|
||||||
|
The <a href="mailto:&email;@FreeBSD.ORG">freebsd-gnome mailing
|
||||||
|
list</a> is also there for you.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue