From e25251bdae3066931d3127dd9967cd786593677f Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Fri, 30 Jun 2000 13:29:55 +0000 Subject: Fix build problem(link to jpeg and libpng direcoty). --- korean/ftghostscript5/Makefile | 4 ++-- korean/ghostscript55httf/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/korean/ftghostscript5/Makefile b/korean/ftghostscript5/Makefile index 056c52e82d37..9fdcd98b97c3 100644 --- a/korean/ftghostscript5/Makefile +++ b/korean/ftghostscript5/Makefile @@ -66,8 +66,8 @@ HFFTYPE= gs5-hfftype-0.2.tar.gz GS_CID_PATCH= gs5.10-cid-bugfix.diff post-extract: - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.5 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-* ${WRKSRC}/jpeg + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-* ${WRKSRC}/libpng # additional PCL3 driver $(TAR) -xvf ${WRKDIR}/hpdj-2.6/hpdj.tar -C $(WRKSRC) @${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile index 056c52e82d37..9fdcd98b97c3 100644 --- a/korean/ghostscript55httf/Makefile +++ b/korean/ghostscript55httf/Makefile @@ -66,8 +66,8 @@ HFFTYPE= gs5-hfftype-0.2.tar.gz GS_CID_PATCH= gs5.10-cid-bugfix.diff post-extract: - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.5 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-* ${WRKSRC}/jpeg + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-* ${WRKSRC}/libpng # additional PCL3 driver $(TAR) -xvf ${WRKDIR}/hpdj-2.6/hpdj.tar -C $(WRKSRC) @${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak -- cgit