diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 2cafc220e1e2..a7bcc11d6c29 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -57,8 +57,11 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-staging .endif pre-configure: - ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/pluginloader.tar.gz ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz - ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/pluginloader.tar.gz.sig ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz.sig + ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/pluginloader.tar.gz \ + ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz + ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/pluginloader.tar.gz.sig \ + ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz.sig + ${MKDIR} ${WRKDIR}/.gnupg post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pipelight/libpipelight.so diff --git a/emulators/pipelight/files/patch-src_linux_libpipelight_configloader.c b/emulators/pipelight/files/patch-src_linux_libpipelight_configloader.c new file mode 100644 index 000000000000..822452113622 --- /dev/null +++ b/emulators/pipelight/files/patch-src_linux_libpipelight_configloader.c @@ -0,0 +1,17 @@ +--- src/linux/libpipelight/configloader.c.orig 2015-01-11 04:48:05 UTC ++++ src/linux/libpipelight/configloader.c +@@ -46,6 +46,7 @@ + #include // for std::string + #include // for std::map + #include ++#include + + #include "common/common.h" + #include "configloader.h" +@@ -663,4 +664,4 @@ bool loadPluginInformation(){ + err: + fclose(file); + return false; +-} +\ No newline at end of file ++}