Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (503587654043f8d46d5ed1293717ac21831189a1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (503587654043f8d46d5ed1293717ac21831189a1)
  • Date: Tue, 11 Jul 2006 17:55:02 +0200

On Tue, 11 Jul 2006 08:09:56 -0500
Treeve Jelbert <scm AT mail.sourcemage.org> wrote:

> GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:
>
> graphics/netpbm/BUILD | 6 +++++-
> graphics/netpbm/HISTORY | 3 +++
> 2 files changed, 8 insertions(+), 1 deletion(-)
>
> New commits:
> commit 503587654043f8d46d5ed1293717ac21831189a1
> Author: Treeve Jelbert <treeve AT scarlet.be>
> Commit: Treeve Jelbert <treeve AT scarlet.be>
>
> netpbm - update BUILD for xorg only
>
> diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD
> index 1a34ccd..a821b8f 100755
> --- a/graphics/netpbm/BUILD
> +++ b/graphics/netpbm/BUILD
> @@ -9,7 +9,11 @@ # of cflags, the entries in Makefile.con
> # commented out!
> sedit "s/^\(CFLAGS =\)/\1 ${CFLAGS} /" Makefile.config &&
> make_single &&
> -make X11LIB=/usr/X11R6/lib/libX11.so &&
> +if spell_ok xorg;then
> + make X11LIB=/usr/X11R6/lib/libX11.so
> +else
> + make X11LIB=/usr/lib/libX11.so
> +fi &&
How about the other X11...-providers? Do they all install
their libX11.so in /usr/lib?

Florian

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page