mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2001/10/25 04:42:52 jlam Exp $
|
|
|
|
--- Makefile.in.orig Wed Sep 12 05:57:11 2001
|
|
+++ Makefile.in
|
|
@@ -75,7 +75,7 @@
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
|
|
|
|
-DEFS = @DEFS@ -I. -I$(srcdir) -I.
|
|
+DEFS = @DEFS@ -I. -I$(srcdir) -I. -DBOOKDIR=\"${BOOKDIR}\"
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|