summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-09-04 01:32:33 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-09-04 01:32:33 +0000
commitdf48dfa6ac81f307e09edeab9002a66a55ed8f4c (patch)
treee2193316ebb95d1198be88fc9769f8ac636fb2de
parentUpgrade to curl 7.2.1 (diff)
Add bmp16m to available printer drivers as default
(because {print,japanese}/pips* uses bmp16m in GS) Approved by: maintainer
Notes
Notes: svn path=/head/; revision=32235
-rw-r--r--japanese/vfghostscript5/scripts/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vfghostscript5/scripts/configure b/japanese/vfghostscript5/scripts/configure
index ce3ed9ef1ae0..2287b85009f6 100644
--- a/japanese/vfghostscript5/scripts/configure
+++ b/japanese/vfghostscript5/scripts/configure
@@ -12,7 +12,7 @@ sed -e "s;XINCLUDE=-I/usr/local/X/include;XINCLUDE=-I/usr/X11R6/include;" \
-e "s;PSRCDIR=libpng;PSRCDIR=${WRKDIR}/libpng-0.96;" \
-e "s;ZSRCDIR=zlib;ZSRCDIR=.;" \
-e "s;CC=gcc;CC=cc;" \
- -e "s;DEVICE_DEVS15=pdfwrite.dev;DEVICE_DEVS15=pdfwrite.dev stcolor.dev st800.dev uniprint.dev ${PRINTER_JAPAN};" \
+ -e "s;DEVICE_DEVS15=pdfwrite.dev;DEVICE_DEVS15=pdfwrite.dev stcolor.dev st800.dev uniprint.dev bmp16m.dev ${PRINTER_JAPAN};" \
< ${WRKSRC}/unix-gcc.mak > ${WRKSRC}/unix-gcc.mak.bak && \
mv ${WRKSRC}/unix-gcc.mak.bak ${WRKSRC}/unix-gcc.mak
touch ${WRKSRC}/makefile
@@ -159,7 +159,7 @@ Have fun with this new configuration style ! -andreas \n\n\
"bmpmono" "Monochrome MS Windows .BMP file format" OFF \
"bmp16" "4-bit EGA/VGA .BMP file format" OFF \
"bmp256" "8-bit 256-color .BMP file format" OFF \
- "bmp16m" "24-bit .BMP file format" OFF \
+ "bmp16m" "24-bit .BMP file format" ON \
"cgmmono" "Monochrome CGM -- LOW LEVEL OUTPUT ONLY" OFF \
"cgm8" "8-bit 256-color CGM -- DITTO" OFF \
"cgm24" "24-bit color CGM -- DITTO" OFF \