diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-29 16:10:25 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-29 16:10:25 +0000 |
commit | 69c3a4e292aabe37e7ae28bb521462a1619a3fa2 (patch) | |
tree | d698879d227f71167b465061cd818f4653ea5253 /packages/gtk-webcore/files | |
parent | c980991c2e80eb580ed55885a3909fb67c49bcdc (diff) |
gtk-webcore: Tweak pkgconfig usage so it works within a sysroot
Diffstat (limited to 'packages/gtk-webcore/files')
-rw-r--r-- | packages/gtk-webcore/files/path_fixes.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gtk-webcore/files/path_fixes.patch b/packages/gtk-webcore/files/path_fixes.patch new file mode 100644 index 0000000000..adb27bdd85 --- /dev/null +++ b/packages/gtk-webcore/files/path_fixes.patch @@ -0,0 +1,15 @@ +Index: NRCore/configure.in +=================================================================== +--- NRCore.orig/configure.in 2008-02-29 11:01:14.000000000 +0000 ++++ NRCore/configure.in 2008-02-29 12:45:18.000000000 +0000 +@@ -67,8 +67,8 @@ + AC_MSG_RESULT([found. Using prefix $jscore_prefix]) + JSCORE_ENABLE=yes + AC_SUBST(JSCORE_ENABLE) +- JSCORE_LIBS="-L$jscore_prefix/lib -ljscore" +- JSCORE_CFLAGS="-I$jscore_prefix/include/gtk-webcore-jscore/" ++ JSCORE_LIBS="-L$jscore_prefix/lib -lgtk_webcore_jscore" ++ JSCORE_CFLAGS="-I$jscore_prefix/include/gtk-webcore/" + jscore_pkgdatadir="$jscore_prefix/share/gtk-webcore-jscore" + else + AC_MSG_ERROR([JavaScriptCore not found. Use --with-javascriptcore-prefix=PREFIX]) |