diff options
author | knu <knu@FreeBSD.org> | 2001-09-13 01:06:59 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-13 01:06:59 +0800 |
commit | 017abb4f662a70592a591420802021772c59604e (patch) | |
tree | 22f39286671569db443a7df2da9454e4d3db7b8a /print/ghostscript8/Makefile | |
parent | abfa9b578b7f3590e5c7f0828f4f28a5adaa9f35 (diff) | |
download | freebsd-ports-gnome-017abb4f662a70592a591420802021772c59604e.tar.gz freebsd-ports-gnome-017abb4f662a70592a591420802021772c59604e.tar.zst freebsd-ports-gnome-017abb4f662a70592a591420802021772c59604e.zip |
Fix a compilation error when A4 is defined.
PR: 30523
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'print/ghostscript8/Makefile')
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 869b77358fb3..ba1c66a8b751 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -50,7 +50,7 @@ MLINKS= gslp.1 gsbj.1 \ ps2ps.1 eps2eps.1 .if defined(A4) -CFLAGS+= -DA4 +MAKE_ENV+= A4=${A4} .endif .if !defined(WITHOUT_X11) |