Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2010 09:17:21 -0500
From:      Robert Noland <rnoland@FreeBSD.org>
To:        Gerald Pfeifer <gerald@pfeifer.com>
Cc:        x11@FreeBSD.org
Subject:   Re: Simplify relative path in libGLU/Makefile
Message-ID:  <4BFA8A71.5000304@FreeBSD.org>
In-Reply-To: <alpine.LSU.1.99.1005222044530.26362@acrux.dbai.tuwien.ac.at>
References:  <alpine.LSU.1.99.1005222044530.26362@acrux.dbai.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help


Gerald Pfeifer wrote:
> I used some script that checks out ports individually where the
> following patch simplified things, and in general it strikes me
> as preferrable.
> 
> Okay to commit?
> 
> Gerald @FreeBSD.org
> 
> Index: libGLU/Makefile
> ===================================================================
> RCS file: /home/pcvs/ports/graphics/libGLU/Makefile,v
> retrieving revision 1.13
> diff -r1.13 Makefile
> 26c26
> < .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
> ---
>> .include "${.CURDIR}/../libGL/bsd.mesalib.mk"

How exactly does this simplify things?  I think the existing is more 
technically correct.

robert.

> _______________________________________________
> freebsd-x11@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"



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