Skip site navigation (1)Skip section navigation (2)
Date:      02 Feb 2002 17:33:18 -0500
From:      Joe Clarke <marcus@marcuscom.com>
To:        sobomax@freebsd.org
Cc:        gnome@freebsd.org
Subject:   Missing continue in patch-ltmain.sh
Message-ID:  <1012689198.65931.43.camel@shumai.marcuscom.com>

next in thread | raw e-mail | index | archive | help
Maxim, the recent changes you made to patch-ltmain.sh in a few ports
have had a bad effect on -stable.  These ports will refuse to link due
to -pthread missing from the linker arguments.  The problem is the
continue you added after compiler_flags="$compiler_flags -pthread",
compiler_flags gets overwritten.  I think the continue should be left
out when setting compiler_flags.

The problem affects glade and mrproject at least.  It looks like any
port that contains an application will run into this problem in the
linking phase.  Therefore, gnomevfs is not affected.

Joe




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1012689198.65931.43.camel>