View | Details | Raw Unified | Return to bug 31617
Collapse All | Expand All

(-)print/ghostscript-afpl/Makefile (-1 / +2 lines)
Lines 134-140 Link Here
134
	${ECHO_MSG} ">>> in post-extract ..."
134
	${ECHO_MSG} ">>> in post-extract ..."
135
	${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \
135
	${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \
136
		${WRKSRC}/jpeg
136
		${WRKSRC}/jpeg
137
	${RM} -f ${WRKSRC}/man/de/*.1
138
# ** 3rd party driver **
137
# ** 3rd party driver **
139
# Note: don't forget to add those devices in scripts/configure and
138
# Note: don't forget to add those devices in scripts/configure and
140
# configure.batch, which update unix-gcc.mak to build gs with these
139
# configure.batch, which update unix-gcc.mak to build gs with these
Lines 168-173 Link Here
168
post-patch:
167
post-patch:
169
	${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
168
	${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
170
		${WRKSRC}/src/unix-gcc.mak
169
		${WRKSRC}/src/unix-gcc.mak
170
	${PERL} -pi -e 's|\. de|\.|g' \
171
		${WRKSRC}/src/unixinst.mak
171
# for HPinkjet driver
172
# for HPinkjet driver
172
	find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \
173
	find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \
173
		's|#include <malloc.h>||g; \
174
		's|#include <malloc.h>||g; \

Return to bug 31617