Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (91c8c7208382d0e4a8d0ad5931f9aec42dc8d8ab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (91c8c7208382d0e4a8d0ad5931f9aec42dc8d8ab)
  • Date: Tue, 8 Aug 2006 19:22:29 +0200

On Tue, Aug 08, 2006 at 05:56:02AM -0500, Juuso Alasuutari wrote:
[...]
> diff --git a/x11-toolkits/fltk/CONFIGURE b/x11-toolkits/fltk/CONFIGURE
> new file mode 100755
> index 0000000..333f175
> --- /dev/null
> +++ b/x11-toolkits/fltk/CONFIGURE
> @@ -0,0 +1,6 @@
> +config_query_option FLTK_SHARED "Build shared libraries?" y \
> + "--enable-shared" "--disable-shared" &&
> +config_query_option FLTK_THREADS "Enable multithreading support?" n \
> + "--enable-threads" "--disable-threads" &&
> +config_query_option FLTK_XDBE "Enable the X double-buffer extensions?"
> n \
> + "--enable-xdbe" "--disable-xdbe"

We usually don't make the shared library query an option, mostly because
it rarely works correctly and other programs often expect shared libs.
Personally I wouldn't add those other two queries either, there's really
no reason to disable that stuff normally. And if a user wants to use
such specific options, there's the config_loc option in sorcery.

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page