Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2001 10:30:06 -0800 (PST)
From:      Ade Lovett <ade@FreeBSD.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24908: using m4 instead of gnu m4, and did not find gtk
Message-ID:  <200102061830.f16IU6n69512@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/24908; it has been noted by GNATS.

From: Ade Lovett <ade@FreeBSD.org>
To: e-devil@e-devil.org
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/24908: using m4 instead of gnu m4, and did not find gtk
Date: Tue, 6 Feb 2001 12:28:50 -0600

 On Tue, Feb 06, 2001 at 07:04:30PM +0100, e-devil@e-devil.org wrote:
 > 
 > +-        GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
 > ++        GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config
 
 These are all wrong.  All you (generally) need is the following in the
 Makefile.
 
 	USE_GTK=	yes
 
 or perhaps
 	WANT_GTK=	yes
 
 if you want it conditionally, which will set GTK_CONFIG and a few other
 things appropriately.  It's possible that the configure script then
 goes on and blindly uses gtk-config, as opposed to ${GTK_CONFIG}, but
 those seem to be getting fewer and fewer.  Fortunately.
 
 In addition, if you need to use gnu m4, then you'll need either a
 build or runtime (or both) dependency to gm4:${PORTSDIR}/devel/m4
 
 -aDe
 
 -- 
 Ade Lovett, Austin, TX.			       ade@FreeBSD.org
 FreeBSD: The Power to Serve		http://www.FreeBSD.org/
 


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




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