Subject: Re: gnucash/libguppi build problem
To: Julio Merino <jmmv@hispabsd.org>
From: J. D. Fisher & <jdf@rse.com>
List: tech-pkg
Date: 09/09/2002 17:26:08
Thank you for the help and correcting me.  I will do a send-pr then.

John

On 09-Sep-2002 Julio Merino wrote:
> On Mon, 09 Sep 2002 17:00:31 -0400 (EDT)
> "J. D. Fisher &" <jdf@rse.com> wrote:
> 
> [cut]
>  
>> ------------- CONFIGURE ENDS HERE -------------
>> 
>> It seems gnucash could not find libguppi because of the prefix starting at
>> LOCALBASE instead of X11PREFIX where it is going now.  So I changed the
>> buildlink.mk in math/guppi.  The diff command is below.  
>> 
>> diff buildlink.mk buildlink.mk.orig 
>> 24c24
>> < BUILDLINK_PREFIX.guppi=       ${X11PREFIX}
>> ---
>> > BUILDLINK_PREFIX.guppi=       ${LOCALBASE}
> 
> First thing, diffs are done viceversa: diff -u original_file new_file, (and
> don't forget the -u). Second, I think the patch is OK ;)
> Third, mail is not a bug reporting system... you should use send-pr to notify
> about this issue.
> 
> Regards
> 
> -- 
> HispaBSD admin - http://www.HispaBSD.org
> For the developer - http://buildtool.sourceforge.net
> Julio Merino <jmmv@hispabsd.org>