Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (3ed6a03fd0d05684107ba1a4333a6e41098c10bf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (3ed6a03fd0d05684107ba1a4333a6e41098c10bf)
  • Date: Mon, 1 Jan 2007 10:33:41 +0100

On Sunday 31 December 2006 22:22, Thomas Orgis wrote:
> --- a/windowmanagers/windowmaker/BUILD
> +++ b/windowmanagers/windowmaker/BUILD
> @@ -1,3 +1,9 @@
> -OPTS="--without-pic ${OPTS}" &&
> -disable_pic force &&
> -default_build
> +if [ ${SMGL_COMPAT_ARCHS[1]} != alpha ]; then
> + message "disabling PIC on non-alpha arch" &&
> + OPTS="--without-pic ${OPTS}" &&
> + disable_pic force &&
> + default_build
> +else
> + message "we are on alpha, letting it PIC" &&
> + default_build
> +fi
Why not just use disable_pic without the force parameter?

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: pgp1pIMaISefc.pgp
Description: PGP signature



  • Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (3ed6a03fd0d05684107ba1a4333a6e41098c10bf), Jaka Kranjc, 01/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page