summaryrefslogtreecommitdiff
path: root/chat/licq-core/patches/patch-cb
diff options
context:
space:
mode:
Diffstat (limited to 'chat/licq-core/patches/patch-cb')
-rw-r--r--chat/licq-core/patches/patch-cb13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/licq-core/patches/patch-cb b/chat/licq-core/patches/patch-cb
new file mode 100644
index 00000000000..f00602dac39
--- /dev/null
+++ b/chat/licq-core/patches/patch-cb
@@ -0,0 +1,13 @@
+$NetBSD: patch-cb,v 1.1 2007/12/22 22:50:13 jdolecek Exp $
+
+--- plugins/console/src/Makefile.in.orig 2007-12-22 23:46:38.000000000 +0100
++++ plugins/console/src/Makefile.in
+@@ -190,7 +190,7 @@ target_os = @target_os@
+ target_vendor = @target_vendor@
+ plugindir = $(libdir)
+ licq_incdir = @LICQ_INCLUDES@
+-INCLUDES = -Wall -I$(srcdir) -I$(licq_incdir) -I/usr/include/ncurses -I/usr/include/cdk -I/usr/local/include/cdk
++INCLUDES = -Wall -I$(srcdir) -I$(licq_incdir) -I/usr/include/ncurses -I$(PREFIX)/include/cdk
+ noinst_HEADERS = console.h event_data.h window.h
+ lib_LTLIBRARIES = licq_console.la
+ licq_console_la_SOURCES = console.cpp console_menu.cpp console_print.cpp \