aboutsummaryrefslogtreecommitdiff
path: root/net/openradius/files
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2005-04-07 12:22:04 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2005-04-07 12:22:04 +0000
commitc8da6086a1dd25462c1ab5ad2b573903ac711b82 (patch)
tree24e3f95f1c9d91b9b18e70cac8bd4af4853901df /net/openradius/files
parent76c4f3d59111f2e1a7b98b18a68dae365efae50d (diff)
downloadports-c8da6086a1dd25462c1ab5ad2b573903ac711b82.tar.gz
ports-c8da6086a1dd25462c1ab5ad2b573903ac711b82.zip
Notes
Diffstat (limited to 'net/openradius/files')
-rw-r--r--net/openradius/files/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/openradius/files/patch-aa b/net/openradius/files/patch-aa
new file mode 100644
index 000000000000..f4797e38c759
--- /dev/null
+++ b/net/openradius/files/patch-aa
@@ -0,0 +1,22 @@
+--- language/Rules.mk.orig Thu Jan 9 11:18:53 2003
++++ language/Rules.mk Thu Apr 7 14:06:31 2005
+@@ -31,7 +31,7 @@
+ $(COMP)
+
+ $(d)/language.a: $(LIBOBJS_$(d))
+- $(ARCH)
++ $(AR)
+
+ $(d)/langtest: $(TSTOBJS_$(d)) common/common.a
+ $(LINK)
+--- common/Rules.mk.orig Sun Feb 23 14:32:14 2003
++++ common/Rules.mk Thu Apr 7 14:05:54 2005
+@@ -29,7 +29,7 @@
+ $(OBJS_$(d)): $(d)/platform.h
+
+ $(d)/common.a: $(OBJS_$(d))
+- $(ARCH)
++ $(AR)
+
+ $(d)/platform.h: $(d)/Rules.mk
+ $(DEFHDR) $@ $(S_CF_U_INT32_T) $(S_CF_VSNPRINTF) $(S_CF_SYSLOG)