From 3a5263d97028b14cd438925c68d8536d9618af36 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 21 Aug 2013 15:59:04 +0200 Subject: [PATCH] haikuwebkit: rename patch and explicitly set PATCHES The patch wasn't found automatically since the secondary port name differs. That's another reason why PATCHES should always be specified explicitly. --- haiku-libs/haikuwebkit/haikuwebkit-1.1.3_2013_08_09.recipe | 2 ++ ...013_08_09.patchset => haikuwebkit-1.1.3_2013_08_09.patchset} | 0 2 files changed, 2 insertions(+) rename haiku-libs/haikuwebkit/patches/{haikuwebkit_x86-1.1.3_2013_08_09.patchset => haikuwebkit-1.1.3_2013_08_09.patchset} (100%) diff --git a/haiku-libs/haikuwebkit/haikuwebkit-1.1.3_2013_08_09.recipe b/haiku-libs/haikuwebkit/haikuwebkit-1.1.3_2013_08_09.recipe index 1a339405f..524e9d3dd 100644 --- a/haiku-libs/haikuwebkit/haikuwebkit-1.1.3_2013_08_09.recipe +++ b/haiku-libs/haikuwebkit/haikuwebkit-1.1.3_2013_08_09.recipe @@ -19,6 +19,8 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then fi SECONDARY_ARCHITECTURES="x86" +PATCHES="haikuwebkit-1.1.3_2013_08_09.patchset" + # version info -- usually derived from the git repository webkitRevision=r115944 haikuWebkitRevision=de778f7 diff --git a/haiku-libs/haikuwebkit/patches/haikuwebkit_x86-1.1.3_2013_08_09.patchset b/haiku-libs/haikuwebkit/patches/haikuwebkit-1.1.3_2013_08_09.patchset similarity index 100% rename from haiku-libs/haikuwebkit/patches/haikuwebkit_x86-1.1.3_2013_08_09.patchset rename to haiku-libs/haikuwebkit/patches/haikuwebkit-1.1.3_2013_08_09.patchset