summaryrefslogtreecommitdiff
path: root/chat/ekg/patches
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-03-18 06:42:34 +0000
committerzuntum <zuntum@pkgsrc.org>2002-03-18 06:42:34 +0000
commita3aadd313e16a9a7e2f6fdf423d5df034c9de7da (patch)
treebdcbdd3a692bd484b6b33f6b99bcc2c00c155f3a /chat/ekg/patches
parenta7725a66d799386245b1a78fe5e4f505d4e1f6ce (diff)
downloadpkgsrc-a3aadd313e16a9a7e2f6fdf423d5df034c9de7da.tar.gz
Initial import of ekg-0.20020317
EKG is an experimental text mode client for a polish instant messaging system "Gadu-Gadu". It supports themes, and contact list exchange with the original (windows) client. Submitted by Dawid Szymanski in private mail.
Diffstat (limited to 'chat/ekg/patches')
-rw-r--r--chat/ekg/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/ekg/patches/patch-aa b/chat/ekg/patches/patch-aa
new file mode 100644
index 00000000000..4ff36af12c1
--- /dev/null
+++ b/chat/ekg/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/03/18 06:42:34 zuntum Exp $
+
+--- src/Makefile.in.orig Mon Mar 18 02:47:04 2002
++++ src/Makefile.in
+@@ -21,7 +21,7 @@
+ all: ekg @do_ioctl@
+
+ ekg: $(OBJS) $(LOBJS)
+- $(CC) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS)
++ $(CC) -o $(NAME) $(OBJS) $(LOBJS) $(LIBS) -Wl -R${LOCALBASE}/lib
+
+ ioctl_daemon: ioctl_daemon.c
+ $(CC) ioctl_daemon.c -o $(IOCTL_DAEMON_NAME)