pkgsrc-WIP-changes archive

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

libretro-citra: Use system boost.



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Wed Feb 28 01:20:17 2018 +0000
Changeset:	31a85a41be7b2ac6420601b2652d63be7caeb1e9

Modified Files:
	libretro-citra/Makefile

Log Message:
libretro-citra: Use system boost.

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

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

diffstat:
 libretro-citra/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/libretro-citra/Makefile b/libretro-citra/Makefile
index 38fb655f1c..344d19f5a2 100644
--- a/libretro-citra/Makefile
+++ b/libretro-citra/Makefile
@@ -115,6 +115,8 @@ do-install:
 	${INSTALL_LIB} ${WRKSRC}/src/citra_libretro/citra_libretro.so \
 	    ${DESTDIR}${PREFIX}/lib/libretro/citra_libretro.so
 
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index