freebsd-ports/archivers/rpm5/files/patch-beecrypt::configure
Greg Lewis f9e82daec6 . Use libtool 1.3.x rather than 1.4.x (thus removing the last port
dependency on libtool14).

Submitted by:	ade
2004-06-09 21:07:42 +00:00

20 lines
567 B
Text

--- beecrypt/configure.orig Wed Feb 13 16:03:22 2002
+++ beecrypt/configure Thu Mar 4 14:49:35 2004
@@ -5473,7 +5473,7 @@
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='%%LOCALBASE%%/bin/libtool13'
# Prevent multiple expansion
@@ -6914,7 +6914,7 @@
fi
else
if test "$ac_cv_prog_gcc" = yes; then
- CFLAGS="$CFLAGS -O3 -g"
+ CFLAGS="$CFLAGS -O2 -g"
if test "$ac_enable_optimized" = yes; then
case $target_cpu in
# XXX these need checking with versions of gcc