Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 19:00:44 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1473 - trunk/www/firefox-esr/files
Message-ID:  <201401301900.s0UJ0iFl084227@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jan 30 19:00:44 2014
New Revision: 1473

Log:
before ff27 DEFINES is of list type

https://hg.mozilla.org/mozilla-central/rev/a1aa932eaf79

Modified:
   trunk/www/firefox-esr/files/patch-bug948946

Modified: trunk/www/firefox-esr/files/patch-bug948946
==============================================================================
--- trunk/www/firefox-esr/files/patch-bug948946	Wed Jan 29 16:55:13 2014	(r1472)
+++ trunk/www/firefox-esr/files/patch-bug948946	Thu Jan 30 19:00:44 2014	(r1473)
@@ -6,7 +6,7 @@
  if toolkit == 'cocoa':
      DIRS += ['osx']
  elif toolkit in ('gtk2', 'gtk3', 'qt'):
-+    DEFINES['XP_LINUX'] = 1
++    DEFINES += ['-DXP_LINUX']
      DIRS += ['linux']
  else:
      DIRS += ['windows']



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401301900.s0UJ0iFl084227>