[haiku-commits] r35680 - haiku/trunk/build/jam

  • From: zooey@xxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 28 Feb 2010 23:06:58 +0100 (CET)

Author: zooey
Date: 2010-02-28 23:06:57 +0100 (Sun, 28 Feb 2010)
New Revision: 35680
Changeset: http://dev.haiku-os.org/changeset/35680/haiku
Ticket: http://dev.haiku-os.org/ticket/5499

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
closing #5499:
* updated optional package ICU-devel to include links to make the libs available
  for development (only links for the current abi are being created)


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-02-28 21:58:29 UTC (rev 
35679)
+++ haiku/trunk/build/jam/OptionalPackages      2010-02-28 22:06:57 UTC (rev 
35680)
@@ -565,8 +565,8 @@
 
 # ICU-devel
 if [ IsOptionalHaikuImagePackageAdded ICU-devel ] {
-       InstallOptionalHaikuImagePackage icu-devel-4.2-2010-01-26.zip
-               : $(baseURL)/icu-devel-4.2-2010-01-26.zip
+       InstallOptionalHaikuImagePackage icu-devel-4.2-2010-02-28.zip
+               : $(baseURL)/icu-devel-4.2-2010-02-28.zip
        ;
 }
 


Other related posts:

  • » [haiku-commits] r35680 - haiku/trunk/build/jam - zooey