summaryrefslogtreecommitdiff
path: root/chat/i2cbd/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'chat/i2cbd/patches/patch-ab')
-rw-r--r--chat/i2cbd/patches/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/i2cbd/patches/patch-ab b/chat/i2cbd/patches/patch-ab
index 88c0879c052..0db81752ab6 100644
--- a/chat/i2cbd/patches/patch-ab
+++ b/chat/i2cbd/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/11/14 00:59:31 hubertf Exp $
+$NetBSD: patch-ab,v 1.2 2003/07/29 16:25:56 jmmv Exp $
---- config.mk.orig Tue Oct 30 20:50:40 2001
+--- config.mk.orig 2001-10-30 20:50:40.000000000 +0100
+++ config.mk
@@ -3,7 +3,6 @@
# For copying and distribution information, see the file COPYING.
@@ -10,12 +10,12 @@ $NetBSD: patch-ab,v 1.1.1.1 2002/11/14 00:59:31 hubertf Exp $
BINDIR = ${PREFIX}/sbin
MANDIR = ${PREFIX}/man
MAN8DIR = ${PREFIX}/man/man8
-@@ -19,7 +18,7 @@
+@@ -19,7 +18,7 @@ EXTRAWARNS = -Wshadow -Wpointer-arith -W
# affect portability to some platforms. The others here are irrelevant.
BADWARNS = -Wwrite-strings -Wconversion -Waggregate-return -Wredundant-decls
DEBUG = -DDEBUG -DVERBOSE -g
-CFLAGS = ${WARNS} ${EXTRAWARNS} ${DEBUG}
-+CFLAGS = ${WARNS} ${EXTRAWARNS} ${DEBUG} -DPREFIX=\"${PREFIX}\"
++CFLAGS = ${WARNS} ${EXTRAWARNS} ${DEBUG} -DPREFIX=\"${PREFIX}\" -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
LDFLAGS =
LIBS = -lutil