diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-25 15:42:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-25 15:42:30 +0000 |
commit | abd1119acd66a67e13ae57d1e86ce65b54887194 (patch) | |
tree | fdfae8db92d2f93dceeeaff544eb60f1b9966364 /x11-toolkits/py-qt/files/patch-configure | |
parent | Unbreak after PERL_CONFIGURE change. (diff) |
- Unbreak after USE_LIBTOOL change;
- don't build/install useless static library (useless because we want Python
module, which is by definition shared object). Not only this reduces the
package size and saves disk space, but also halves the time necessary to
compile the port;
- don't install useless .la file;
- remove version number from the shared object - it doesn't serve any
meaningful purpose.
Diffstat (limited to '')
-rw-r--r-- | x11-toolkits/py-qt/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/py-qt/files/patch-configure b/x11-toolkits/py-qt/files/patch-configure new file mode 100644 index 000000000000..0018c072600e --- /dev/null +++ b/x11-toolkits/py-qt/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2002/04/25 10:59:23 1.1 ++++ configure 2002/04/25 10:59:50 +@@ -5274,6 +5274,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' |