diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-28 22:27:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-28 22:27:59 +0000 |
commit | ac187f606c316bd734a297789f8ca8cb3885a99d (patch) | |
tree | 6e3c79cd7cbd8d1d7814482583861de3528e4f22 /math/qhull5/files | |
parent | 8049f50a5dfaf7bb062c7628152ccf0b243c1ec5 (diff) |
Notes
Diffstat (limited to 'math/qhull5/files')
-rw-r--r-- | math/qhull5/files/patch-configure | 10 | ||||
-rw-r--r-- | math/qhull5/files/patch-eg::Makefile.in | 11 | ||||
-rw-r--r-- | math/qhull5/files/patch-src::Makefile.in | 11 |
3 files changed, 32 insertions, 0 deletions
diff --git a/math/qhull5/files/patch-configure b/math/qhull5/files/patch-configure new file mode 100644 index 000000000000..5bb34aa5fe4c --- /dev/null +++ b/math/qhull5/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Feb 6 16:33:25 2004 ++++ configure Wed Apr 28 23:45:04 2004 +@@ -18958,6 +18958,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/math/qhull5/files/patch-eg::Makefile.in b/math/qhull5/files/patch-eg::Makefile.in new file mode 100644 index 000000000000..f9877a8061e3 --- /dev/null +++ b/math/qhull5/files/patch-eg::Makefile.in @@ -0,0 +1,11 @@ +--- eg/Makefile.in.orig Fri Feb 6 16:33:23 2004 ++++ eg/Makefile.in Wed Apr 28 23:06:27 2004 +@@ -138,7 +138,7 @@ + + # to: + docdir = $(prefix)/share/doc/$(PACKAGE) +-examplesdir = $(docdir)/examples ++examplesdir = $(prefix)/share/examples/$(PACKAGE) + + # which: + examples_DATA = \ diff --git a/math/qhull5/files/patch-src::Makefile.in b/math/qhull5/files/patch-src::Makefile.in new file mode 100644 index 000000000000..9623670c7d08 --- /dev/null +++ b/math/qhull5/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Fri Feb 6 16:33:23 2004 ++++ src/Makefile.in Wed Apr 28 23:37:31 2004 +@@ -198,7 +198,7 @@ + + # to: + docdir = $(prefix)/share/doc/$(PACKAGE) +-examplesdir = $(docdir)/examples ++examplesdir = $(prefix)/share/examples/$(PACKAGE) + + # which: + examples_DATA = \ |