From 1e3245f288fe72f9ce829963e67ed0abc37c2d53 Mon Sep 17 00:00:00 2001 From: stumbles Date: Sat, 17 Aug 2013 16:11:05 -0500 Subject: [PATCH] ORBit2: Adding a patch to fix a make failure on depreciated warnings. --- platform/ORBit2/BUILD | 5 ++--- platform/ORBit2/DETAILS | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/platform/ORBit2/BUILD b/platform/ORBit2/BUILD index 622bab4..c720917 100644 --- a/platform/ORBit2/BUILD +++ b/platform/ORBit2/BUILD @@ -1,9 +1,8 @@ -( + + patch_it $SOURCE2 1 && if [ "$HTTP_CONNECTIONS" == "y" ] ; then OPTS+=" --enable-http" fi && default_build - -) > $C_FIFO 2>&1 diff --git a/platform/ORBit2/DETAILS b/platform/ORBit2/DETAILS index 88b0066..1453caf 100644 --- a/platform/ORBit2/DETAILS +++ b/platform/ORBit2/DETAILS @@ -2,8 +2,11 @@ MAJOR=2.14 VERSION=$MAJOR.19 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=ORBit2-build-fix.patch SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR + SOURCE2_URL=https://raw.github.com/pld-linux/ORBit2/master/ SOURCE_VFY=sha1:e7c26aa4b82c146b3ec08d490e3469b4913e4e2f + SOURCE2_VFY=sha1:82e727784df8393c3201c8bfa59f07d30cd4774f WEB_SITE=http://www.gnome.org ENTERED=20020714 UPDATED=20101202