Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 13:51:46 -0700 (PDT)
From:      Philip Hallstrom <philip@adhesivemedia.com>
To:        Scott Gerhardt <scott@gerhardt-it.com>
Cc:        FreeBSD <freebsd-questions@FreeBSD.ORG>
Subject:   Re: GD2 with PHP
Message-ID:  <20020812135032.M53124-100000@cypress.adhesivemedia.com>
In-Reply-To: <B97D7B66.1A05%scott@gerhardt-it.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yeah, I guess that isn't very clear.. but if you read it it's telling you
that if you define "WITHOUT_XPM" then it won't try and compile GD with XPM
support.  And xpm requires X...

So if you tell it you don't want XPM support then you can build gd2
without needing any X stuff.

-philip

On Mon, 12 Aug 2002, Scott Gerhardt wrote:

> On 8/12/02 2:39 PM, "Philip Hallstrom" <philip@adhesivemedia.com> wrote:
>
> > set the environment variable WITHOUT_XPM to 1 and then install the GD2
> > port.  Take a look at /usr/ports/graphics/g2/Makefile for more info.
> >
>
> I don't quite understand what you mean. See excerpt from
> /usr/ports/graphics/gd2/Makefile below:
>
> .ifndef WITHOUT_XPM
> # Temporary hack, until X-less XPM building is added to USE_XPM:
> .ifndef WITHOUT_X11
> USE_XPM=        yes
> .else
> LIB_DEPENDS+=   Xpm:${PORTSDIR}/graphics/xpm
> .endif
> .else
> MAKE_ARGS+=     -DWITHOUT_XPM
> .endif
>
>
>
> --
> Scott Gerhardt, P.Geo.
> Gerhardt Information Technologies [G-IT]
>
>


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




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