summaryrefslogtreecommitdiff
path: root/print/LPRng-core/patches/patch-ab
blob: ab0cd55dac913a9b1df706f86288459142744741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 20:09:42 kei Exp $

--- src/Makefile.in.orig	Sat Oct 14 00:08:21 2000
+++ src/Makefile.in	Mon Dec 11 16:38:18 2000
@@ -95,7 +95,10 @@
 FORCE_LOCALHOST=@FORCE_LOCALHOST@
 PERMS=@PERMS@
 
-CFLAGS:= @CPPFLAGS@ @CFLAGS@ @DEFS@ -DLOCALEDIR=\"$(localedir)\" $(CFLAGS)
+CFLAGS:= @CPPFLAGS@ @CFLAGS@ @DEFS@ -DLOCALEDIR=\"$(localedir)\" $(CFLAGS) \
+	 -DFILTER_LD_PATH=\"${FILTER_LD_PATH}\" \
+	 -DFILTER_PATH=\"${FILTER_PATH}\" \
+	 -DLPD_PRINTCAP_PATH=\"${LPD_PRINTCAP_PATH}\"
 LDFLAGS:= @LDFLAGS@
 
 STRIP=@STRIP@