From abd1119acd66a67e13ae57d1e86ce65b54887194 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 25 Apr 2002 15:42:30 +0000 Subject: - 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. --- x11-toolkits/py-qt/files/patch-configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11-toolkits/py-qt/files/patch-configure (limited to 'x11-toolkits/py-qt/files/patch-configure') 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' -- cgit v1.2.3