diff options
Diffstat (limited to 'print/ghostscript7/Makefile')
-rw-r--r-- | print/ghostscript7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index b4d931a8188f..04b31bdc190b 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -47,7 +47,7 @@ MLINKS= gslp.1 gsbj.1 \ ps2pdf.1 ps2pdf13.1 .if defined(A4) -CFLAGS+= -DA4 +MAKE_ENV= A4="${A4}" .endif .if !defined(WITHOUT_X11) |