summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-11 14:52:01 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-11 14:52:01 +0000
commite58dff261b68aa4ae6e1e00e8578c93dd8b6b79f (patch)
tree9f0006e1367b27f9cdc7fef118630cc23b6d72d9 /net-im
parentsync with devel/pth: (diff)
respect CC/CFLAGS.
Notes
Notes: svn path=/head/; revision=47677
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jabber/files/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/jabber/files/patch-ag b/net-im/jabber/files/patch-ag
new file mode 100644
index 000000000000..f855814c10ff
--- /dev/null
+++ b/net-im/jabber/files/patch-ag
@@ -0,0 +1,12 @@
+--- msn-transport/Makefile.orig Mon Feb 5 09:25:59 2001
++++ msn-transport/Makefile Tue Sep 4 08:12:05 2001
+@@ -1,7 +1,7 @@
+ include ../platform-settings
+
+-CC=gcc
+-CFLAGS:=$(CFLAGS) $(DEFINES) -I../jabberd/ -Wall -g -O2
++#CC=gcc
++CFLAGS:=$(CFLAGS) $(DEFINES) -I../jabberd/ # -Wall -g -O2
+
+ msntrans_HEADERS=msntrans.h ../jabberd/jabberd.h
+