tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/fonts/fontconfig



Hi -

On Fri, 15 Mar 2013 20:39:33 +0900
Takahiro Kambe <taca%back-street.net@localhost> wrote:
> I don't know this is the exact reason or not, xdm stop running.
> [...]
> The change is /usr/pkg/lib/libfontconfig.so.1.6.2 is now linked with
> libpthread.so.1.

As far as I see, libfontconfig doesn't create threads by itself,
so there is no need to link against libpthread.
Does the appended patch help?

best regards
Matthias



------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
$NetBSD$

--- configure.orig      2013-01-10 08:59:05.000000000 +0000
+++ configure
@@ -15017,6 +15017,11 @@ case ${host_os} in
         darwin*)
         ax_pthread_flags="-pthread $ax_pthread_flags"
         ;;
+       netbsd*)
+       # use libc stubs, don's link against libpthread, to allow
+       # dynamic loading
+       ax_pthread_flags=""
+       ;;
 esac
 
 if test x"$ax_pthread_ok" = xno; then


Home | Main Index | Thread Index | Old Index