Add bmp16m to available printer drivers as default
(because {print,japanese}/pips* uses bmp16m in GS) Approved by: maintainer
This commit is contained in:
parent
2c9f48dec6
commit
df48dfa6ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32235
4
japanese/vfghostscript5/scripts/configure
vendored
4
japanese/vfghostscript5/scripts/configure
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user