diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-02-06 06:59:05 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-02-06 06:59:05 +0000 |
commit | 0fa08460eca95d2b854e80e420921ebdb63e1bc3 (patch) | |
tree | 5b88af369424923fff8b8b31311d5536a9ce52ee /www/junkbuster/files | |
parent | Use setusercontext() now to set all sort of login things including env. (diff) |
Love, honor, and obey CFLAGS.
Notes
Notes:
svn path=/head/; revision=16550
Diffstat (limited to 'www/junkbuster/files')
-rw-r--r-- | www/junkbuster/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/junkbuster/files/patch-aa b/www/junkbuster/files/patch-aa new file mode 100644 index 000000000000..0f8a25ca2d41 --- /dev/null +++ b/www/junkbuster/files/patch-aa @@ -0,0 +1,20 @@ +--- Makefile.orig Fri Feb 5 22:52:56 1999 ++++ Makefile Fri Feb 5 22:53:25 1999 +@@ -8,7 +8,7 @@ + PROG = junkbuster + O = o + RM = rm -f +-MORE_CFLAGS = -g ++MORE_CFLAGS = + + # use this for Solaris 2.x + #LDFLAGS = -lnsl -lsocket +@@ -47,7 +47,7 @@ + #MORE_CFLAGS = -relax_pointers + #LDFLAGS = -map junkbuster.xMAP + +-CFLAGS = $(DEFAULT_CFLAGS) $(MORE_CFLAGS) ++CFLAGS += $(DEFAULT_CFLAGS) $(MORE_CFLAGS) + + OBJS = jcc.$(O) parsers.$(O) filters.$(O) loaders.$(O) bind.$(O) conn.$(O) \ + encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O) |