freebsd-ports/mail/firetray/files/patch-components_SConscript
Bernhard Froehlich bfa804e89e Firetray is a system tray add-on for firefox.
WWW: http://code.google.com/p/firetray/

PR:		ports/150048
Submitted by:	Andriy Gapon <avg at icyb dot net dot ua>
Approved by:	beat (co-mentor)
2010-09-06 08:28:59 +00:00

20 lines
776 B
Text

--- components/SConscript.orig 2010-08-27 01:55:51.642176846 +0300
+++ components/SConscript 2010-08-27 02:00:10.042030350 +0300
@@ -51,7 +51,7 @@ env.AppendENVPath('PATH', gecko_bin)
env.Append(BUILDERS = {'MozXPT' : bxpt, 'MozHeader' : bhdr })
# Add additional param for different platforms
-if platform == 'linux2':
+if 1 or platform == 'linux2':
env.ParseConfig('pkg-config --static --cflags gtk+-2.0') # libnotify
env.AppendUnique(
CXXFLAGS = ['-include', 'xpcom-config.h', '-Wall', '-O2',
@@ -73,7 +73,7 @@ xpts = [env.MozXPT('nsITray'), env.MozXP
headers = [env.MozHeader('nsITray')]
parts = []
-if platform == 'linux2':
+if 1 or platform == 'linux2':
parts.extend(['nsTray.cpp', 'nsTrayModue.cpp'])
nptray_name = 'nptray' + lib_arch