summaryrefslogtreecommitdiff
path: root/chat/micq
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-09-14 15:23:45 +0000
committerwiz <wiz@pkgsrc.org>2001-09-14 15:23:45 +0000
commitc7999319580ffca180848bf15bbacab3fb12f5fa (patch)
treeb072c9c3a20bec802e8b427b4b701cc995518906 /chat/micq
parent1154ac707bcc8a01e01a7d458d7e6e62fda39069 (diff)
downloadpkgsrc-c7999319580ffca180848bf15bbacab3fb12f5fa.tar.gz
Patch for Solaris from Michael Santos (pkg/13685).
Diffstat (limited to 'chat/micq')
-rw-r--r--chat/micq/distinfo4
-rw-r--r--chat/micq/patches/patch-aa17
2 files changed, 16 insertions, 5 deletions
diff --git a/chat/micq/distinfo b/chat/micq/distinfo
index 357b3370f87..8b766b899c6 100644
--- a/chat/micq/distinfo
+++ b/chat/micq/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 11:07:19 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/09/14 15:23:45 wiz Exp $
SHA1 (micq-0.4.6.p1.tgz) = eba14a1eba2f8b58b90cf848d585dec4d682dff0
Size (micq-0.4.6.p1.tgz) = 154700 bytes
-SHA1 (patch-aa) = d42a8554e9a4d1da18bb6e1687c973b08d7c8239
+SHA1 (patch-aa) = 322ab4a2911afc465b7b49160356e10861909c04
SHA1 (patch-ab) = e6ffb16d76f314f3d43f2e0d57bdfdcc55fcf89b
SHA1 (patch-ac) = 066d11e997afb8ce87ad646304466638650f9baf
SHA1 (patch-ad) = 6d12139dd3bc8028f133fa8687bbe6a3086aaa0b
diff --git a/chat/micq/patches/patch-aa b/chat/micq/patches/patch-aa
index 5da1b5f05a2..bc216b44768 100644
--- a/chat/micq/patches/patch-aa
+++ b/chat/micq/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2001/01/31 19:10:12 tron Exp $
+$NetBSD: patch-aa,v 1.3 2001/09/14 15:23:46 wiz Exp $
--- Makefile.orig Tue Jan 23 17:49:05 2001
-+++ Makefile Wed Jan 31 19:57:23 2001
-@@ -2,8 +2,8 @@
++++ Makefile
+@@ -2,15 +2,18 @@
# originally by Matt D. Smith
# rewritten by Rico Gloeckner <mc@verdinet.de>
@@ -13,3 +13,14 @@ $NetBSD: patch-aa,v 1.2 2001/01/31 19:10:12 tron Exp $
# uncomment the line below for debuging info
#CFLAGS += -g
+
+ CLIBS =
++
++.if (${OPSYS} == "SunOS")
+ #uncomment the line below if your using Solaris
+-#CLIBS= -lnsl -lsocket
++CLIBS= -lnsl -lsocket
++.endif
+ #uncomment the line below if your using MiNT
+ #CLIBS= -lsocket
+ #uncomment the line below if your using NeXT