pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

papersize in print/mpage



Hi!

Can somebody tell me the reason for these changes in print/mpage:

patch-aa (among other):

-PAGESIZE=A4
+#PAGESIZE=A4

Makefile:

.if ${PAPERSIZE} == "A4"
MAKE_ENV+=      PAGESIZE=PAGE_A4
.elif ((${PAPERSIZE} == "Letter") || (${PAPERSIZE} == "Letterdj"))
MAKE_ENV+=      PAGESIZE=PAGE_LETTER
.endif

This results in a binary that dies immediately on Solaris 2.8/Sparc and Solaris 2.10/i86. After removing these changes, i.e. keeping PAGESIZE=A4, the binary seems to work just fine.

Regards,
   Joern

--
 Jörn Clausen                             
joern.clausen%uni-bielefeld.de@localhost
 Hochschulrechenzentrum                 http://www.uni-bielefeld.de/hrz/
 Universität Bielefeld


Home | Main Index | Thread Index | Old Index