summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-qt/files/patch-configure
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-25 15:42:30 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-25 15:42:30 +0000
commitabd1119acd66a67e13ae57d1e86ce65b54887194 (patch)
treefdfae8db92d2f93dceeeaff544eb60f1b9966364 /x11-toolkits/py-qt/files/patch-configure
parentUnbreak 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.
Notes
Notes: svn path=/head/; revision=58115
Diffstat (limited to '')
-rw-r--r--x11-toolkits/py-qt/files/patch-configure13
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'