diff options
author | jlam <jlam> | 2003-01-25 09:37:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-01-25 09:37:38 +0000 |
commit | 75a6bb4193af8816b67d34d2086e829fd138edc0 (patch) | |
tree | d8a2dc7368e4664af4062b1e492d5498aec93b72 /print/hpijs/Makefile | |
parent | 48bcb928b985d25f87e9445f75029cf2ec3e14b9 (diff) | |
download | pkgsrc-75a6bb4193af8816b67d34d2086e829fd138edc0.tar.gz |
Accomplish the same thing as patch-ab, enabling the output buffer, without
patching the configure script.
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r-- | print/hpijs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 81d7eb59488..e4fd7de9243 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/01/25 08:51:47 toshii Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/25 09:37:38 jlam Exp $ DISTNAME= hpijs-1.3 CATEGORIES= print @@ -12,6 +12,7 @@ CONFLICTS= ghostscript<=6.0.1nb4 ghostscript-nox11<=6.0.1nb4 USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined +CPPFLAGS+= -DAPDK_BUFFER_SEND .include "../../mk/bsd.prefs.mk" |