summaryrefslogtreecommitdiffstats
path: root/system/dieharder/dieharder.patch
diff options
context:
space:
mode:
author A. Green2016-05-04 03:33:25 +0200
committer Willy Sudiarto Raharjo2016-05-04 06:50:38 +0200
commite42a8548bfa3f745ebea41edd44e8d813562224b (patch)
tree6728331353baaf174e32214fbc0ab898b92fa74c /system/dieharder/dieharder.patch
parent4194c4c32ed96d53cc46c3d486036c078f23b8dc (diff)
downloadslackbuilds-e42a8548bfa3f745ebea41edd44e8d813562224b.tar.gz
system/dieharder: improved patch and added option for PDF manual.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dieharder/dieharder.patch')
-rw-r--r--system/dieharder/dieharder.patch19
1 files changed, 18 insertions, 1 deletions
diff --git a/system/dieharder/dieharder.patch b/system/dieharder/dieharder.patch
index 4815880de5..033c8c3d60 100644
--- a/system/dieharder/dieharder.patch
+++ b/system/dieharder/dieharder.patch
@@ -64,12 +64,29 @@
#========================================================================
--- dieharder-3.31.1/manual/Makefile.am 2011-10-14 07:41:37.000000000 -0600
-+++ dieharder-3.31.1/manual/Makefile.am 2016-03-09 17:24:24.291466526 -0700
++++ dieharder-3.31.1/manual/Makefile.am 2016-03-30 11:57:59.567234623 -0600
@@ -6,3 +6,3 @@
SVNPATH = $(SVNTREE)/dieharder
-SVNTIME = $(HOME/Src/Projects/dieharder/dieharder.svn.time)
+SVNTIME = $(HOME)/Src/Projects/dieharder/dieharder.svn.time
+@@ -30,4 +30,4 @@
+ all: $(PDF)
+-ps: $(DVI) $(PS)
+-pdf: $(DVI) $(PS) $(PDF)
++ps-local: $(DVI) $(PS)
++pdf-local: $(DVI) $(PS) $(PDF)
+ a4ps: $(DVI) $(A4PS)
+@@ -49,6 +49,6 @@
+ # Clean up all the junk build files and output formats to save space.
+-clean:
++clean-local:
+ rm -f $(DVI) $(AUX) $(LOGS) $(TOC) $(ERR) $(PS) $(PDF)
+
+-install: $(PDF)
++install-data-local: $(PDF)
+ cp $(PDF) ..
+
--- dieharder-3.31.1/include/dieharder/libdieharder.h 2011-10-14 07:41:37.000000000 -0600
+++ dieharder-3.31.1/include/dieharder/libdieharder.h 2016-03-09 17:24:24.291466526 -0700
@@ -21,2 +21,3 @@