diff --git a/en/gnome/docs/porting.sgml b/en/gnome/docs/porting.sgml index f0467c5054..f991755925 100644 --- a/en/gnome/docs/porting.sgml +++ b/en/gnome/docs/porting.sgml @@ -197,11 +197,16 @@ pre-patch: also use the GNU configure system. Newer versions of libtool have a problem with FreeBSD's USE_LIBTOOL macro. Use of this macro should be avoided. Instead, set GNU_CONFIGURE= yes, - and use the following patch - to prevent the installation of .la files.

+ and use the following patch. + 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.

-

The more ported applications we have, the better.

+

If you still need help with your port, have a look at some of + the existing ports for examples. + The freebsd-gnome mailing + list is also there for you.