ports/graphics/jpeg-mmx/files/patch-configure
Edwin Groothuis b55b5dc42a [NEW PORT] graphics/jpeg-mmx: IJG's jpeg compression utilities with MMX optimization
IJG's jpeg compression utilities with MMX optimization

PR:		ports/69829
Submitted by:	include/jpeg-mmx
2004-10-12 05:28:58 +00:00

21 lines
655 B
Text

--- configure.orig Tue Feb 3 16:49:23 2004
+++ configure Fri Jul 30 04:20:34 2004
@@ -1530,7 +1530,7 @@
if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then
USELIBTOOL="yes"
LIBTOOL="./libtool"
- O="lo"
+ O="o"
A="la"
LN='$(LIBTOOL) --mode=link $(CC)'
INSTALL_LIB='$(LIBTOOL) --mode=install ${INSTALL}'
@@ -1559,7 +1559,8 @@
if test "x$LTSTATIC" = xno; then
disable_static="--disable-static"
fi
- $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh
+ pic_flag="-fPIC"
+ $ac_aux_dir/ltconfig $disable_shared $disable_static $ac_aux_dir/ltmain.sh
fi
# Select memory manager depending on user input.