summaryrefslogtreecommitdiff
path: root/japanese/vfghostscript55/scripts/configure
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-07-12 10:53:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-07-12 10:53:51 +0000
commit6508ab3b3e64181ad605134656e669ff0b4e01c1 (patch)
tree4464a01d230ddfc1f66e6a4f8e0e0675f4ba1fad /japanese/vfghostscript55/scripts/configure
parentI'm sick of "? distfiles" each time I do a 'cvs update'.. :-] (diff)
Make this port compile again (was broken by libpng upgrade). The
solution is to "disconnect" this from the libpng and libjpeg ports, and fetch and extract them inside this port's own WRKDIR. Note there are no shared library version problems because this port doesn't link those libraries dynamically -- it just reaches into their sources to compile some of its stuff. It is my belief that we shouldn't have tried to share the WRKDIR with those two ports, as this thing just too deeply depends on what's in their sources and the relationship is thus not really a "dependency" in the regular sense. Submitted by: mita@jp.freebsd.org (MITA Yoshio)
Notes
Notes: svn path=/head/; revision=7296
Diffstat (limited to '')
-rw-r--r--japanese/vfghostscript55/scripts/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/vfghostscript55/scripts/configure b/japanese/vfghostscript55/scripts/configure
index 3fc775877f44..061844b393bf 100644
--- a/japanese/vfghostscript55/scripts/configure
+++ b/japanese/vfghostscript55/scripts/configure
@@ -8,8 +8,8 @@ PRINTER_JAPAN=' epag300.dev epag600.dev mjc180.dev mjc360.dev mjc720.dev mj500c.
sed -e "s;XINCLUDE=-I/usr/local/X/include;XINCLUDE=-I/usr/X11R6/include;" \
-e "s;XLIBDIRS=-L/usr/X11/lib;XLIBDIRS=-L/usr/X11R6/lib;" \
- -e "s;JSRCDIR=jpeg-6a;JSRCDIR=${PORTSDIR}/graphics/jpeg/work/jpeg-6a;" \
- -e "s;PSRCDIR=libpng;PSRCDIR=${PORTSDIR}/graphics/png/work/libpng-0.89c;" \
+ -e "s;JSRCDIR=jpeg-6a;JSRCDIR=${WRKDIR}/jpeg-6a;" \
+ -e "s;PSRCDIR=libpng;PSRCDIR=${WRKDIR}/libpng-0.89c;" \
-e "s;ZSRCDIR=zlib;ZSRCDIR=.;" \
-e "s;CC=gcc;CC=cc;" \
-e "s;DEVICE_DEVS15=pdfwrite.dev;DEVICE_DEVS15=pdfwrite.dev stcolor.dev ${PRINTER_JAPAN};" \
@@ -23,8 +23,8 @@ else
# This can be null if these files are in the default linker search path.
sed -e "s;XINCLUDE=-I/usr/local/X/include;XINCLUDE=-I/usr/X11R6/include;" \
-e "s;XLIBDIRS=-L/usr/X11/lib;XLIBDIRS=-L/usr/X11R6/lib;" \
- -e "s;JSRCDIR=jpeg-6a;JSRCDIR=${PORTSDIR}/graphics/jpeg/work/jpeg-6a;" \
- -e "s;PSRCDIR=libpng;PSRCDIR=${PORTSDIR}/graphics/png/work/libpng-0.89c;" \
+ -e "s;JSRCDIR=jpeg-6a;JSRCDIR=${WRKDIR}/jpeg-6a;" \
+ -e "s;PSRCDIR=libpng;PSRCDIR=${WRKDIR}/libpng-0.89c;" \
-e "s;ZSRCDIR=zlib;ZSRCDIR=.;" \
-e "s;CC=gcc;CC=cc;" \
-e "s;^DEVICE_DEVS=.*;;" \