aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Broadhead <jamesbroadhead@gmail.com>2012-03-05 23:28:09 +0000
committerJames Broadhead <jamesbroadhead@gmail.com>2012-03-05 23:28:09 +0000
commit1ef33c1ed0e2fa51330c1e691eb9480aa7e5fece (patch)
tree5b9d3090f07ab63abcbd909f46d3de972dfe00cb
parentremove patch (diff)
downloadjamesbroadhead-1ef33c1ed0e2fa51330c1e691eb9480aa7e5fece.tar.gz
jamesbroadhead-1ef33c1ed0e2fa51330c1e691eb9480aa7e5fece.tar.bz2
jamesbroadhead-1ef33c1ed0e2fa51330c1e691eb9480aa7e5fece.zip
fixed ideviceinstaller
-rw-r--r--app-pda/ideviceinstaller/Manifest2
-rw-r--r--app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/ideviceinstaller/Manifest b/app-pda/ideviceinstaller/Manifest
index 020d2a7..0182673 100644
--- a/app-pda/ideviceinstaller/Manifest
+++ b/app-pda/ideviceinstaller/Manifest
@@ -1,3 +1,3 @@
-EBUILD ideviceinstaller-9999.ebuild 861 RMD160 5f58b0798ad4ac8777ca798dd1c2290c091f4bfe SHA1 dcca16c760cba77aaedaf18247c07e4efec884d4 SHA256 e1339a15aa089e37a63389a82c92d7f816fdae5ba9475acd1e68bc9ae75d5dd0
+EBUILD ideviceinstaller-9999.ebuild 853 RMD160 05317b65e2f0f54ffd4222ef26f9c110f27d78c8 SHA1 db0d5999eec6d47d03e163e9cfb1d0cb8b65ed64 SHA256 b1296006b40a3f7fd566ce961189ab1b3a955565e2934021409b1c66fa3a7dc7
MISC ChangeLog 442 RMD160 90832661f6ad60b7990ed4a1726bd15ebcf3be4d SHA1 af3c4d918e3ead49ae16ceb6aac9e3615a5dcd2f SHA256 653ac7f22d1c82e31dbad2d3ece36bc982c9abbe08f887187821d99d7f7c60fb
MISC metadata.xml 156 RMD160 6a6d0f6bfe83e3a54c2d72444564ed6ab19857fe SHA1 5b9cb277159d763c133920e483df8d3d587cf7e2 SHA256 7f72b73f6e0d6e26603d85e52cca524711faddf6b516640104c3b82aab4754fb
diff --git a/app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild b/app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild
index c86488d..19442f2 100644
--- a/app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild
+++ b/app-pda/ideviceinstaller/ideviceinstaller-9999.ebuild
@@ -27,6 +27,6 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
- #epatch "${FILESDIR}"/${P}-libgen_h.patch
+ NOCONFIGURE="set" ./autogen.sh
sed -i -e 's:-Werror -g::' configure || die
}