diff options
| author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-08 22:37:27 +0000 |
|---|---|---|
| committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-08 22:37:27 +0000 |
| commit | c2246607cd9d2cbfd1ff2c49c440ba9a61159258 (patch) | |
| tree | 8e51d4e89430104a02cf4c095c450db68e6a0925 /math/blitz++/files/patch-Makefile.in | |
| parent | Link mesa-demos against ${PTHREAD_LIBS}. Supposed to prevent crashing on (diff) | |
- Update to 0.7
- Utilize INFO
- Use DOCSDIR macro in pkg-plist
PR: 59046
Submitted by: Olivier Saut <Olivier.Saut@gmm.insa-tlse.fr>
Diffstat (limited to 'math/blitz++/files/patch-Makefile.in')
| -rw-r--r-- | math/blitz++/files/patch-Makefile.in | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/math/blitz++/files/patch-Makefile.in b/math/blitz++/files/patch-Makefile.in index 7a8b0e6e648e..eb1b6c34cb47 100644 --- a/math/blitz++/files/patch-Makefile.in +++ b/math/blitz++/files/patch-Makefile.in @@ -1,25 +1,17 @@ ---- 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@ +--- Makefile.in.orig Fri Nov 7 23:43:47 2003 ++++ Makefile.in Fri Nov 7 23:46:09 2003 +@@ -153,8 +153,12 @@ target_vendor = @target_vendor@ --SUBDIRS = . bin compiler blitz random src lib manual testsuite examples benchmarks demos + AUTOMAKE_OPTIONS = foreign + +-SUBDIRS = bin compiler blitz random src lib testsuite \ +- examples benchmarks doc manual +ifndef NOPORTDOCS -+DOCS = manual ++DOCS = doc manual +endif + -+SUBDIRS = . bin compiler blitz random src lib $(DOCS) -+ - VERSION = @VERSION@ - am__include = @am__include@ - am__quote = @am__quote@ -@@ -405,7 +410,7 @@ - - info-am: - --install-data-am: install-demoDATA -+install-data-am: ++SUBDIRS = bin compiler blitz random src lib $(DOCS) ++ - install-exec-am: + EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET Blitz-VS.NET.zip \ |
