openbsd-ports/www/vteplugin/patches/patch-wscript
landry 4759b86cba Import vteplugin 0.1.
Those days, the trend is to write/use minimal browsers that work in a
terminal. vteplugin takes the opposite direction and allows you to use
terminals in your npapi-compatible-bloated-web-browser, ie any
gecko/webkit web browser. It uses XEmbed to bundle a vte window in a
browser tab.
2010-04-21 16:26:46 +00:00

12 lines
543 B
Plaintext

$OpenBSD: patch-wscript,v 1.1.1.1 2010/04/21 16:26:46 landry Exp $
--- wscript.orig Thu Apr 15 12:55:27 2010
+++ wscript Thu Apr 15 12:55:43 2010
@@ -28,6 +28,6 @@ def build(ctx):
ctx.env.shlib_PATTERN = "%s.so"
obj = ctx.new_task_gen(features='cc cshlib',
target=APPNAME,
- install_path="/usr/lib/mozilla/plugins",
+ install_path="${LOCALBASE}/lib/mozilla-plugins",
uselib="vte gdk gtk")
obj.find_sources_in_dirs(top)