[haiku-commits] haiku: hrev46264 - /

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 20 Oct 2013 19:47:49 +0200 (CEST)

hrev46264 adds 1 changeset to branch 'master'
old head: 103e868bf9b18e47d858c111efb8bb235daa1d08
new head: 80262a91e2c798b913a65aa701791bdfc46447e8
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=80262a9+%5E103e868

----------------------------------------------------------------------------

80262a9: configure: secondary architecture packages have canonical names

                                        [ Matt Madia <mattmadia@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46264
Commit:      80262a91e2c798b913a65aa701791bdfc46447e8
URL:         http://cgit.haiku-os.org/haiku/commit/?id=80262a9
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Sun Oct 20 17:44:01 2013 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
configure | 2 +-

----------------------------------------------------------------------------

diff --git a/configure b/configure
index d023ab1..159f442 100755
--- a/configure
+++ b/configure
@@ -716,7 +716,7 @@ else
 
                # determine secondary architectures
                for targetArch in $supportedTargetArchs; do
-                       if [ -e /system/packages/haiku_$targetArch.hpkg ]; then
+                       if [ -e /system/packages/haiku_$targetArch-*.hpkg ]; 
then
                                targetArchs="$targetArchs $targetArch"
                                set_default_value HAIKU_AR_$targetArch          
ar-$targetArch
                                set_default_value HAIKU_CC_$targetArch          
gcc-$targetArch


Other related posts:

  • » [haiku-commits] haiku: hrev46264 - / - mattmadia