pkgsrc-WIP-changes archive

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

wine64: Fix x11 buildlink3.mk path



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Wed Jul 10 17:13:01 2019 +0200
Changeset:	4a4ed57b49d0eee40731d4bd6471d33868e2d792

Modified Files:
	wine64/Makefile

Log Message:
wine64: Fix x11 buildlink3.mk path

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

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

diffstat:
 wine64/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index ba760edc4e..86a326d283 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -69,5 +69,5 @@ pre-configure:
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
-.include "../../x11.buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index