summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1999-02-06 06:59:05 +0000
committerMatthew Hunt <mph@FreeBSD.org>1999-02-06 06:59:05 +0000
commit0fa08460eca95d2b854e80e420921ebdb63e1bc3 (patch)
tree5b88af369424923fff8b8b31311d5536a9ce52ee /www
parentUse 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')
-rw-r--r--www/junkbuster-zlib/files/patch-aa20
-rw-r--r--www/junkbuster/files/patch-aa20
2 files changed, 40 insertions, 0 deletions
diff --git a/www/junkbuster-zlib/files/patch-aa b/www/junkbuster-zlib/files/patch-aa
new file mode 100644
index 000000000000..0f8a25ca2d41
--- /dev/null
+++ b/www/junkbuster-zlib/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)
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)