pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ode: Reorder .includes



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jul 24 03:11:49 2016 +0200
Changeset:	148a78eaf0bf76874cb39cd768c3b7888dc51c1b

Modified Files:
	ode/Makefile

Log Message:
ode: Reorder .includes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=148a78eaf0bf76874cb39cd768c3b7888dc51c1b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ode/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/ode/Makefile b/ode/Makefile
index 0669cd6..9e1887a 100644
--- a/ode/Makefile
+++ b/ode/Makefile
@@ -19,8 +19,8 @@ PKGCONFIG_OVERRIDE=	ode.pc.in
 
 CONFIGURE_ARGS+=	--enable-shared
 
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index