Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2010 20:46:43 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        x11@FreeBSD.org
Subject:   Simplify relative path in libGLU/Makefile
Message-ID:  <alpine.LSU.1.99.1005222044530.26362@acrux.dbai.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help
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"



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