diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 07:04:27 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 07:04:27 +0000 |
commit | d427a537f618de04a2507d6c7a39240caa8a27c8 (patch) | |
tree | e18fc3b0d5cbbe0aba3df76d692b826f1c3cd871 /graphics/qglviewer/files | |
parent | Upgrade to 4.29.12-D (diff) |
update graphics/qglviewer:
- Do not install useless .la file
PR: 52896
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/qglviewer/files')
-rw-r--r-- | graphics/qglviewer/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/qglviewer/files/patch-configure b/graphics/qglviewer/files/patch-configure new file mode 100644 index 000000000000..ce08cd1fdab6 --- /dev/null +++ b/graphics/qglviewer/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Mar 6 02:22:30 2003 ++++ configure Wed May 28 07:35:27 2003 +@@ -8295,6 +8295,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' |