Fix mtree error.
PR: 31617 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
4795f81c53
commit
4fe30a9b06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49469
3 changed files with 6 additions and 3 deletions
|
@ -134,7 +134,6 @@ post-extract:
|
|||
${ECHO_MSG} ">>> in post-extract ..."
|
||||
${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \
|
||||
${WRKSRC}/jpeg
|
||||
${RM} -f ${WRKSRC}/man/de/*.1
|
||||
# ** 3rd party driver **
|
||||
# Note: don't forget to add those devices in scripts/configure and
|
||||
# configure.batch, which update unix-gcc.mak to build gs with these
|
||||
|
@ -168,6 +167,8 @@ post-extract:
|
|||
post-patch:
|
||||
${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
|
||||
${WRKSRC}/src/unix-gcc.mak
|
||||
${PERL} -pi -e 's|\. de|\.|g' \
|
||||
${WRKSRC}/src/unixinst.mak
|
||||
# for HPinkjet driver
|
||||
find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \
|
||||
's|#include <malloc.h>||g; \
|
||||
|
|
|
@ -134,7 +134,6 @@ post-extract:
|
|||
${ECHO_MSG} ">>> in post-extract ..."
|
||||
${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \
|
||||
${WRKSRC}/jpeg
|
||||
${RM} -f ${WRKSRC}/man/de/*.1
|
||||
# ** 3rd party driver **
|
||||
# Note: don't forget to add those devices in scripts/configure and
|
||||
# configure.batch, which update unix-gcc.mak to build gs with these
|
||||
|
@ -168,6 +167,8 @@ post-extract:
|
|||
post-patch:
|
||||
${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
|
||||
${WRKSRC}/src/unix-gcc.mak
|
||||
${PERL} -pi -e 's|\. de|\.|g' \
|
||||
${WRKSRC}/src/unixinst.mak
|
||||
# for HPinkjet driver
|
||||
find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \
|
||||
's|#include <malloc.h>||g; \
|
||||
|
|
|
@ -134,7 +134,6 @@ post-extract:
|
|||
${ECHO_MSG} ">>> in post-extract ..."
|
||||
${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \
|
||||
${WRKSRC}/jpeg
|
||||
${RM} -f ${WRKSRC}/man/de/*.1
|
||||
# ** 3rd party driver **
|
||||
# Note: don't forget to add those devices in scripts/configure and
|
||||
# configure.batch, which update unix-gcc.mak to build gs with these
|
||||
|
@ -168,6 +167,8 @@ post-extract:
|
|||
post-patch:
|
||||
${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
|
||||
${WRKSRC}/src/unix-gcc.mak
|
||||
${PERL} -pi -e 's|\. de|\.|g' \
|
||||
${WRKSRC}/src/unixinst.mak
|
||||
# for HPinkjet driver
|
||||
find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \
|
||||
's|#include <malloc.h>||g; \
|
||||
|
|
Loading…
Reference in a new issue