Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.01 KB | None | 0 0
  1.  
  2. ~/haikuports/haiku-libs/haikuwebkit> git diff .
  3. diff --git a/haiku-libs/haikuwebkit/haikuwebkit-1.5.2.recipe b/haiku-libs/haikuwebkit/haikuwebkit-1.5.2.recipe
  4. index fdf08c6..807b4cd 100644
  5. --- a/haiku-libs/haikuwebkit/haikuwebkit-1.5.2.recipe
  6. +++ b/haiku-libs/haikuwebkit/haikuwebkit-1.5.2.recipe
  7. @@ -1,10 +1,8 @@
  8.  SUMMARY="Open source web browser engine"
  9. -DESCRIPTION="
  10. -WebKit is an open source web browser engine. WebKit is also the name of the \
  11. -Mac OS X system framework version of the engine that's used by Safari, \
  12. -Dashboard, Mail, and many other OS X applications. WebKit's HTML and \
  13. -JavaScript code began as a branch of the KHTML and KJS libraries from KDE.
  14. -"
  15. +DESCRIPTION="WebKit is an open source web browser engine. WebKit is also the \
  16. +name of the Mac OS X system framework version of the engine that's used by \
  17. +Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and \
  18. +JavaScript code began as a branch of the KHTML and KJS libraries from KDE."
  19.  HOMEPAGE="http://www.webkit.org/"
  20.  COPYRIGHT="1998-2015 Apple Inc., Google Inc., et al"
  21.  LICENSE="
  22. @@ -12,7 +10,7 @@ LICENSE="
  23.         GNU LGPL v2.1
  24.         MIT
  25.         "
  26. -REVISION="2"
  27. +REVISION="3"
  28.  SOURCE_URI="https://github.com/haiku/webkit/archive/$portVersion.tar.gz"
  29.  CHECKSUM_SHA256="defdba26efc0bd954575899559340c275e7ded451f0b9f2c578799a42a0ea4e2"
  30.  SOURCE_FILENAME="haikuwebkit-$portVersion.tar.gz"
  31. @@ -66,7 +64,7 @@ BUILD_REQUIRES="
  32.         devel:libexecinfo$secondaryArchSuffix
  33.         "
  34.  BUILD_PREREQUIRES="
  35. -       cmd:pkg_config
  36. +       cmd:pkg_config$secondaryArchSuffix
  37.         cmd:flex
  38.         cmd:bison
  39.         cmd:gcc$secondaryArchSuffix
  40. @@ -84,7 +82,6 @@ BUILD_PREREQUIRES="
  41.  
  42.  BUILD()
  43.  {
  44. -       export PKG_CONFIG_LIBDIR="`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir/pkgconfig"
  45.         Tools/Scripts/build-webkit --haiku --no-webkit2 \
  46.                 --cmakeargs="-DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release -DSHOULD_INSTALL_JS_SHELL=ON"
  47.  }
  48. ~/haikuports/haiku-libs/haikuwebkit>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement