Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 1996 04:54:16 -0800 (PST)
From:      asami@freebsd.org (Satoshi Asami)
To:        torstenb@freefall.freebsd.org
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/games/imaze Makefile ports/games/imaze/patches patch-ab patch-aa
Message-ID:  <199611191254.EAA02436@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199611191106.DAA27418@freefall.freebsd.org> (message from Torsten Blum on Tue, 19 Nov 1996 03:06:49 -0800 (PST))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Use Motif if HAVE_MOTIF and MOTIFLIB are defined (/etc/make.conf).
 *   default it to build the xview version.

(1) Checking MOTIFLIB here is meaningless, many users won't have it
    defined even if they have Motif.  (HAVE_MOTIF will define MOTIFLIB
    it in bsd.port.mk, which is included after this line.)

(2) We don't want to ship static Motif libraries if the port can be
    compiled with other toolkits.

>From the above two, I think it's better if you check if
defined(HAVE_MOTIF) and !defined(MOTIF_STATIC).

Satoshi



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