diff options
author | wiz <wiz> | 2001-09-14 15:23:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-14 15:23:45 +0000 |
commit | b1794e2fa0efb26a8f1f8e661584639152d49f33 (patch) | |
tree | b072c9c3a20bec802e8b427b4b701cc995518906 /chat | |
parent | 471a5b563814f802400534edc7545b680a167af3 (diff) | |
download | pkgsrc-b1794e2fa0efb26a8f1f8e661584639152d49f33.tar.gz |
Patch for Solaris from Michael Santos (pkg/13685).
Diffstat (limited to 'chat')
-rw-r--r-- | chat/micq/distinfo | 4 | ||||
-rw-r--r-- | chat/micq/patches/patch-aa | 17 |
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 |