diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-25 09:37:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-25 09:37:38 +0000 |
commit | c7865f42e64d28f4e88865c869d9486a4621bc67 (patch) | |
tree | d8a2dc7368e4664af4062b1e492d5498aec93b72 /print/hpijs/Makefile | |
parent | 5b8c1751cd68c4a7ed297b8e32d2d5a7d37665de (diff) | |
download | pkgsrc-c7865f42e64d28f4e88865c869d9486a4621bc67.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" |