diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-15 00:36:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-15 00:36:25 +0000 |
commit | ae7f28b14b06c1eab086fb0359ef2022f56305d1 (patch) | |
tree | 9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/micq/patches | |
parent | 5035df2c1f3de5be3cf14b8e9b34b02f726301f9 (diff) | |
download | pkgsrc-ae7f28b14b06c1eab086fb0359ef2022f56305d1.tar.gz |
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/micq/patches')
-rw-r--r-- | chat/micq/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/micq/patches/patch-aa b/chat/micq/patches/patch-aa new file mode 100644 index 00000000000..bbb857b2fec --- /dev/null +++ b/chat/micq/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 00:36:29 wiz Exp $ + +--- Makefile.orig Sat Jun 10 00:18:38 2000 ++++ Makefile Fri Jun 16 13:56:56 2000 +@@ -5,8 +5,8 @@ + # Most options that were here and soem that weren't have been moved to config.h + # edit that file to set up options. + # +-CC = gcc +-CFLAGS = -O4 -Wall -DUNIX ++#CC = gcc ++CFLAGS += -Wall -DUNIX + CFLAGS += -DENGLISH_LANG + #CFLAGS += -DBULGARIAN_LANG + #CFLAGS += -DPOLISH_LANG |