[21067] trunk/dports/devel/aqbanking/files/qt3.patch

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 29 04:51:59 PST 2006


Revision: 21067
          http://trac.macosforge.org/projects/macports/changeset/21067
Author:   mas at macports.org
Date:     2006-12-29 04:51:58 -0800 (Fri, 29 Dec 2006)

Log Message:
-----------
BUGFIX for aqbanking 2.2.4: make qt3.patch more simple; reinstallation is not required for this change

Modified Paths:
--------------
    trunk/dports/devel/aqbanking/files/qt3.patch

Modified: trunk/dports/devel/aqbanking/files/qt3.patch
===================================================================
--- trunk/dports/devel/aqbanking/files/qt3.patch	2006-12-29 08:32:54 UTC (rev 21066)
+++ trunk/dports/devel/aqbanking/files/qt3.patch	2006-12-29 12:51:58 UTC (rev 21067)
@@ -5,7 +5,7 @@
  
  # This is the name of the qt library to search for.
 -if test "x$OSYSTEM" = "xDarwin"; then
-+if test x`uname -s` = xDarwin; then
++if test "x$OSYSTEM" = "xdarwin"; then
     qt_searchname="lib${qt_libname}.3.dylib"
  else
     qt_searchname="lib${qt_libname}${std_shrext}.3"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061229/d3247b90/attachment.html


More information about the macports-changes mailing list