summaryrefslogtreecommitdiff
path: root/chat/micq/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz>2001-09-14 15:23:45 +0000
committerwiz <wiz>2001-09-14 15:23:45 +0000
commit58b914bfc45f19dd264cd6f43112b7cb50fa5869 (patch)
treeb072c9c3a20bec802e8b427b4b701cc995518906 /chat/micq/patches/patch-aa
parent6aee4c64f8512680651df1ae5ef3d4fd05c98ce6 (diff)
downloadpkgsrc-58b914bfc45f19dd264cd6f43112b7cb50fa5869.tar.gz
Patch for Solaris from Michael Santos (pkg/13685).
Diffstat (limited to 'chat/micq/patches/patch-aa')
-rw-r--r--chat/micq/patches/patch-aa17
1 files changed, 14 insertions, 3 deletions
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