diff options
author | A. Green <lynx@panix.com> | 2016-05-03 19:33:25 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-04 11:50:38 +0700 |
commit | e42a8548bfa3f745ebea41edd44e8d813562224b (patch) | |
tree | 6728331353baaf174e32214fbc0ab898b92fa74c /system/dieharder/dieharder.patch | |
parent | 4194c4c32ed96d53cc46c3d486036c078f23b8dc (diff) |
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.patch | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/system/dieharder/dieharder.patch b/system/dieharder/dieharder.patch index 4815880de50fe..033c8c3d60282 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 @@ |