195cecc142
Seed is a library and interpreter, dynamically bridging (through gobject-introspection) the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, Seed enables you to immediately write applications around a significant portion of the GNOME platform, and easily embed JavaScript as a scripting language in your GObject library. ok aja@
13 lines
452 B
Plaintext
13 lines
452 B
Plaintext
$OpenBSD: patch-libseed_Makefile_in,v 1.1.1.1 2011/05/13 09:59:35 jasper Exp $
|
|
--- libseed/Makefile.in.orig Fri May 13 10:05:55 2011
|
|
+++ libseed/Makefile.in Fri May 13 10:06:05 2011
|
|
@@ -368,7 +368,7 @@ libseed@SEED_GTK_VERSION@_la_LIBADD = \
|
|
$(WEBKIT_LIBS) \
|
|
$(SEED_PROFILE_LIBS) \
|
|
$(SEED_OSX_LIBS) \
|
|
- $(FFI_LIBS) -ldl
|
|
+ $(FFI_LIBS)
|
|
|
|
seedheaders_HEADERS = seed.h seed-debug.h seed-module.h
|
|
seedheadersdir = $(pkgincludedir)@SEED_GTK_VERSION@
|