diff options
Diffstat (limited to 'net-dns/dnstop/files/dnstop-20090128-make-382.patch')
-rw-r--r-- | net-dns/dnstop/files/dnstop-20090128-make-382.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/dnstop/files/dnstop-20090128-make-382.patch b/net-dns/dnstop/files/dnstop-20090128-make-382.patch new file mode 100644 index 000000000000..17afdc323a11 --- /dev/null +++ b/net-dns/dnstop/files/dnstop-20090128-make-382.patch @@ -0,0 +1,11 @@ +http://bugs.gentoo.org/335548 + +--- Makefile.in ++++ Makefile.in +@@ -1,5 +1,5 @@ + PROG=dnstop +-DATE != date +%Y%m%d ++DATE=date +%Y%m%d + + CC=@CC@ + CFLAGS=@CFLAGS@ |