View | Details | Raw Unified | Return to bug 238092 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile 2019-05-19 19:43:33.991119000 -0700 (+2 lines)
Lines 23-28 Link Here
23
               libgif.so:graphics/giflib \
23
               libgif.so:graphics/giflib \
24
               liblcms2.so:graphics/lcms2 \
24
               liblcms2.so:graphics/lcms2 \
25
               libpng16.so:graphics/png
25
               libpng16.so:graphics/png
26
RUN_DEPENDS=    javavm:java/javavmwrapper
26
USES=          compiler:features gmake iconv jpeg pkgconfig
27
USES=          compiler:features gmake iconv jpeg pkgconfig
27
USE_XORG=      x11 xext xi xrender xt xtst
28
USE_XORG=      x11 xext xi xrender xt xtst
Lines 133-138 Link Here
133
       @cd ${STAGEDIR}${INSTALLDIR} && \
134
       @cd ${STAGEDIR}${INSTALLDIR} && \
134
               ${FIND} bin -type f -exec ${CHMOD} ${BINMODE} {} \;
135
               ${FIND} bin -type f -exec ${CHMOD} ${BINMODE} {} \;
135
       @${CHMOD} ${BINMODE} ${STAGEDIR}${INSTALLDIR}/lib/jspawnhelper
136
       @${CHMOD} ${BINMODE} ${STAGEDIR}${INSTALLDIR}/lib/jspawnhelper
137
       @${ECHO} "@javavm ${INSTALLDIR}/bin/java" >> ${TMPPLIST}
136
       @${FIND} ${STAGEDIR}${INSTALLDIR} -not -type d | ${SORT} | \
138
       @${FIND} ${STAGEDIR}${INSTALLDIR} -not -type d | ${SORT} | \
137
               ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST}
139
               ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST}

Return to bug 238092