Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 8ea6da68d86bd640b6a1cdec4e7e08a1 > files > 3

qca-1.0-16mdv2009.0.src.rpm

--- qca-1.0/configure.orig	2005-12-12 14:34:46.000000000 -0200
+++ qca-1.0/configure	2005-12-12 14:39:43.000000000 -0200
@@ -441,10 +449,10 @@
 	echo
 	echo "There was an error compiling 'conf'.  Be sure you have a proper"
 	echo "Qt 3.x Multithreaded (MT) build environment set up."
-	if [ ! -f "$QTDIR/lib/libqt-mt.so.3" ]; then
+	if [ ! -f "$QTDIR/lib64/libqt-mt.so.3" ]; then
 		echo
 		echo "One possible reason is that you don't have"
-		echo "libqt-mt.so.3 installed in $QTDIR/lib/."
+		echo "libqt-mt.so.3 installed in $QTDIR/lib64/."
 	fi
 	echo
 	exit 1;
*** qca-1.0/qcextra.orig	2005-12-12 16:06:22.000000000 -0200
--- qca-1.0/qcextra	2005-12-12 16:06:40.000000000 -0200
***************
*** 1,7 ****
  #!/bin/sh
  
  cat >extra.pri <<EOT
! target.path=$PREFIX/lib
  INSTALLS += target
  
  incfiles.path=$PREFIX/include
--- 1,7 ----
  #!/bin/sh
  
  cat >extra.pri <<EOT
! target.path=$PREFIX/lib64
  INSTALLS += target
  
  incfiles.path=$PREFIX/include
--- qca-1.0/qca-sasl-1.0/qcextra~	2003-12-21 08:11:51.000000000 +0800
+++ qca-1.0/qca-sasl-1.0/qcextra	2008-06-07 22:01:10.000000000 +0800
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 cat >extra.pri <<EOT
-target.path=$QTDIR/plugins/crypto
+target.path=/usr/lib64/qt3/plugins/crypto
 INSTALLS += target
 
 INSTALL_ROOT = $PREFIX