From 8d85f8e41e831cbfe7cce55716be763b6d939ef3 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 16 Apr 2013 17:05:06 +0200 Subject: [PATCH] Update libsolv package The Haiku repository support has been upstreamed and the maintainer, Michael Schroeder, has fixed and improved a few things. --- build/jam/OptionalBuildFeatures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/OptionalBuildFeatures b/build/jam/OptionalBuildFeatures index a3e087d068..65f7483d52 100644 --- a/build/jam/OptionalBuildFeatures +++ b/build/jam/OptionalBuildFeatures @@ -221,7 +221,7 @@ if $(TARGET_ARCH) != x86 { Echo "Libsolv not available for $(TARGET_ARCH)." ; } else if $(HAIKU_GCC_VERSION[1]) = 2 { HAIKU_LIBSOLV_PACKAGE - = libsolv-0.3.0_haiku_2013_04_15-1-x86_gcc2.hpkg ; + = libsolv-0.3.0_haiku_2013_04_16-1-x86_gcc2.hpkg ; } else { Echo "Libsolv not available for gcc4." ; }