respect CC/CFLAGS.

This commit is contained in:
FUJISHIMA Satsuki 2001-09-11 14:52:01 +00:00
parent 9a53054b39
commit e58dff261b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47677
2 changed files with 24 additions and 0 deletions

View file

@ -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

12
net/jabber/files/patch-ag Normal file
View file

@ -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