[41769] trunk/dports/gnome/libgtkhtml3

blb at macports.org blb at macports.org
Sun Nov 9 23:50:57 PST 2008


Revision: 41769
          http://trac.macports.org/changeset/41769
Author:   blb at macports.org
Date:     2008-11-09 23:50:57 -0800 (Sun, 09 Nov 2008)
Log Message:
-----------
gnome/libgtkhtml3 - fix build on systems with bash older than version 3, ticket #16989

Modified Paths:
--------------
    trunk/dports/gnome/libgtkhtml3/Portfile

Added Paths:
-----------
    trunk/dports/gnome/libgtkhtml3/files/
    trunk/dports/gnome/libgtkhtml3/files/patch-configure.diff

Modified: trunk/dports/gnome/libgtkhtml3/Portfile
===================================================================
--- trunk/dports/gnome/libgtkhtml3/Portfile	2008-11-10 07:49:33 UTC (rev 41768)
+++ trunk/dports/gnome/libgtkhtml3/Portfile	2008-11-10 07:50:57 UTC (rev 41769)
@@ -45,6 +45,8 @@
 
 use_parallel_build  yes
 
+patchfiles      patch-configure.diff
+
 test.run        yes
 test.dir        $worksrcpath/gtkhtml
 test.target     test-verbose

Added: trunk/dports/gnome/libgtkhtml3/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/libgtkhtml3/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/gnome/libgtkhtml3/files/patch-configure.diff	2008-11-10 07:50:57 UTC (rev 41769)
@@ -0,0 +1,11 @@
+--- configure.orig	2008-11-06 22:16:04.000000000 -0700
++++ configure	2008-11-10 00:38:16.000000000 -0700
+@@ -22071,7 +22071,7 @@
+     case "$arg" in
+         --mode=compile) modeok=true ;;
+         --tag=CC|--tag=CXX) tagok=true ;;
+-        *) args+=("$arg")
++        *) args[${#args[*]}]="$arg"
+     esac
+ done
+ if $modeok && $tagok ; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081109/c57cfcad/attachment.html>


More information about the macports-changes mailing list