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