summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/gnuradius/files/gnuradius-1.6.1-qa-false-positives.patch')
-rw-r--r--net-dialup/gnuradius/files/gnuradius-1.6.1-qa-false-positives.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-dialup/gnuradius/files/gnuradius-1.6.1-qa-false-positives.patch b/net-dialup/gnuradius/files/gnuradius-1.6.1-qa-false-positives.patch
deleted file mode 100644
index 8f48ff67260c..000000000000
--- a/net-dialup/gnuradius/files/gnuradius-1.6.1-qa-false-positives.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/radscripts/Makefile.in
-+++ b/radscripts/Makefile.in
-@@ -854,19 +854,19 @@
-
-
- radctl: $(srcdir)/radctl.m4
-- $(M4) $(M4_DEFINES) $(srcdir)/radctl.m4 > radctl
-+ @$(M4) $(M4_DEFINES) $(srcdir)/radctl.m4 > radctl
-
- radgrep: $(srcdir)/radgrep.m4
-- $(M4) $(M4_DEFINES) $(srcdir)/radgrep.m4 > radgrep
-+ @$(M4) $(M4_DEFINES) $(srcdir)/radgrep.m4 > radgrep
-
- radping: $(srcdir)/radping.m4
-- $(M4) $(M4_DEFINES) $(srcdir)/radping.m4 > radping
-+ @$(M4) $(M4_DEFINES) $(srcdir)/radping.m4 > radping
-
- radauth: $(srcdir)/radauth.m4
-- $(M4) $(M4_DEFINES) $(srcdir)/radauth.m4 > radauth
-+ @$(M4) $(M4_DEFINES) $(srcdir)/radauth.m4 > radauth
-
- builddbm: $(srcdir)/builddbm.m4
-- $(M4) $(M4_DEFINES) $(srcdir)/builddbm.m4 > builddbm
-+ @$(M4) $(M4_DEFINES) $(srcdir)/builddbm.m4 > builddbm
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: