summaryrefslogtreecommitdiff
path: root/chat/micq/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/micq/patches/patch-aa')
-rw-r--r--chat/micq/patches/patch-aa26
1 files changed, 0 insertions, 26 deletions
diff --git a/chat/micq/patches/patch-aa b/chat/micq/patches/patch-aa
deleted file mode 100644
index bc216b44768..00000000000
--- a/chat/micq/patches/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2001/09/14 15:23:46 wiz Exp $
-
---- Makefile.orig Tue Jan 23 17:49:05 2001
-+++ Makefile
-@@ -2,15 +2,18 @@
- # originally by Matt D. Smith
- # rewritten by Rico Gloeckner <mc@verdinet.de>
-
--CC = gcc
--CFLAGS = -O4 -Wall -DUNIX
-+#CC = gcc
-+CFLAGS += -Wall -DUNIX
-
- # 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