diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 18:08:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 18:08:11 +0000 |
commit | bbefe05848efaa8d2c89fe1d4455c2ce1604710e (patch) | |
tree | 2e9e57f410d13cf5f8b48d4b7042a00bfcf118ad /math/blitz++/files | |
parent | - Fix build on 5-current (diff) |
- Fix build
- Utilize NOPORTDOCS
PR: 46437
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=71800
Diffstat (limited to 'math/blitz++/files')
-rw-r--r-- | math/blitz++/files/patch-Makefile.in | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/math/blitz++/files/patch-Makefile.in b/math/blitz++/files/patch-Makefile.in index e5ce0e32b231..7a8b0e6e648e 100644 --- a/math/blitz++/files/patch-Makefile.in +++ b/math/blitz++/files/patch-Makefile.in @@ -1,15 +1,20 @@ ---- Makefile.in.orig Wed Jul 17 08:39:02 2002 -+++ Makefile.in Thu Oct 10 18:14:58 2002 -@@ -93,7 +93,7 @@ +--- Makefile.in.orig Wed Jul 17 09:39:02 2002 ++++ Makefile.in Tue Dec 17 21:24:13 2002 +@@ -93,7 +93,12 @@ RANLIB = @RANLIB@ STRIP = @STRIP@ -SUBDIRS = . bin compiler blitz random src lib manual testsuite examples benchmarks demos -+SUBDIRS = . bin compiler blitz random src lib manual ++ifndef NOPORTDOCS ++DOCS = manual ++endif ++ ++SUBDIRS = . bin compiler blitz random src lib $(DOCS) ++ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ -@@ -405,7 +405,7 @@ +@@ -405,7 +410,7 @@ info-am: |