diff options
author | sf <sf@FreeBSD.org> | 2001-09-11 22:52:01 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-11 22:52:01 +0800 |
commit | b06d6af24288051099481c4dcff8c077475b3a44 (patch) | |
tree | 40d6b7234769872545fb833a7c62574df7c59b92 /net-im | |
parent | de09a9289f924cb3279c6bf8fed2ec7bdfa74563 (diff) | |
download | freebsd-ports-gnome-b06d6af24288051099481c4dcff8c077475b3a44.tar.gz freebsd-ports-gnome-b06d6af24288051099481c4dcff8c077475b3a44.tar.zst freebsd-ports-gnome-b06d6af24288051099481c4dcff8c077475b3a44.zip |
respect CC/CFLAGS.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabber/files/patch-ag | 12 |
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 + |