diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-12 17:05:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-12 17:05:47 +0000 |
commit | 39f9c8670a944bd8c8674f2add6fbb5189ae96e7 (patch) | |
tree | bee152c3fd6ac709f156f272a15cabae5c641738 /print/ghostscript7/Makefile | |
parent | New port: xmakemol - a motif molecule viewer program (diff) |
Fix a compilation error when A4 is defined.
PR: 30522
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=47762
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) |