13 lines
322 B
Text
13 lines
322 B
Text
$NetBSD: patch-aa,v 1.1 2000/08/28 10:36:07 wiz Exp $
|
|
|
|
--- Makefile.in.orig Fri Mar 31 22:31:14 2000
|
|
+++ Makefile.in
|
|
@@ -24,7 +24,7 @@
|
|
BISON = @BISON@
|
|
LINT = @LINT@
|
|
APXS = @APXS@
|
|
-APXS_COMPILE = apxs -c ${LIBS} mod_csacek.c
|
|
+APXS_COMPILE = ${LOCALBASE}/sbin/apxs -c ${LIBS} mod_csacek.c
|
|
|
|
SUFFIX = @program_suffix@
|
|
|