blob: b6ad2b0f9d273319bd11b2f63fdcd57dc5baed2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Nur orig/Makefile new/Makefile
--- orig/Makefile 2008-07-25 15:46:07.000000000 -0500
+++ new/Makefile 2008-10-03 20:32:41.237630954 -0500
@@ -5,7 +5,7 @@
MANDIR=/share/man
# Path to db_185.h include
-DBM_INCLUDE:=/usr/include
+DBM_INCLUDE:=/usr/include/db44
DEFINES= -DRESOLVE_HOSTNAMES -DDESTDIR=\"$(DESTDIR)\"
|