mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 15:33:24 -04:00
15 lines
591 B
Plaintext
15 lines
591 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/05/16 19:57:56 marino Exp $
|
|
|
|
--- src/wscript.orig 2006-11-06 20:36:21.000000000 +0100
|
|
+++ src/wscript
|
|
@@ -16,6 +16,9 @@ def build(bld):
|
|
obj_gui.find_sources_in_dirs('. plugins')
|
|
obj_gui.defines='HAVE_CONFIG_H=1'
|
|
obj_gui.uselib = 'GLIB GTK GLADE OPENSYNC OPENSYNCENGINE'
|
|
+ obj_gui.env['LINKFLAGS'] += [os.getenv('LDFLAGS')]
|
|
+ obj_gui.env['LINKFLAGS'] += ['-Wl,-R' + os.getenv('LOCALBASE') + '/lib']
|
|
+ obj_gui.env['LINKFLAGS'] += ['-Wl,-R' + os.getenv('X11BASE') + '/lib']
|
|
|
|
Common.install_files('MULTISYNC_DATA', '', 'multisync-gui.glade')
|
|
else:
|