WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This is the GTK2+ port of the engine.
10 lines
298 B
Text
10 lines
298 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2008/12/11 19:38:57 ahoka Exp $
|
|
|
|
--- autogen.sh.orig 2008-04-17 23:37:24.000000000 +0200
|
|
+++ autogen.sh
|
|
@@ -53,5 +53,3 @@ automake --foreign --add-missing || exit
|
|
autoconf || exit $?
|
|
|
|
cd $ORIGDIR || exit 1
|
|
-
|
|
-$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
|