diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-23 06:25:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-23 06:25:53 +0000 |
commit | 198442c6e28bfc0b4296a4f8efeae018dd4646e0 (patch) | |
tree | 1b290d2c78aeb83ab258debb5d59a7ce5eff9751 /irc | |
parent | Grab all the qt2/kde2 ports with no maintainer and put them under kde@ (diff) |
Respect CC and CFLAGS
Notes
Notes:
svn path=/head/; revision=64864
Diffstat (limited to 'irc')
-rw-r--r-- | irc/party/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/irc/party/files/patch-ab b/irc/party/files/patch-ab new file mode 100644 index 000000000000..0549e3418b44 --- /dev/null +++ b/irc/party/files/patch-ab @@ -0,0 +1,14 @@ +--- Makefile.orig Thu Aug 22 23:19:41 2002 ++++ Makefile Thu Aug 22 23:19:48 2002 +@@ -1,9 +1,9 @@ + # M-Net Settings. M-Net runs BSDI Unix +-CC= cc ++CC?= gcc + DEFAULTS = \ + -DBSD \ + -DSUID +-CFLAGS = $(DEFAULTS) ++CFLAGS += $(DEFAULTS) + LIBS= -ltermcap + + # Grex Settings. Grex runs SunOS Unix |