gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10158: hack, hack. F9's xulrunner-


From: Russell Nelson
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10158: hack, hack. F9's xulrunner-devel *.pc are ... insufficient to the task
Date: Mon, 27 Oct 2008 17:38:27 -0400
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10158
committer: Russell Nelson <address@hidden>
branch nick: trunk
timestamp: Mon 2008-10-27 17:38:27 -0400
message:
  hack, hack.  F9's xulrunner-devel *.pc are ... insufficient to the task
modified:
  macros/xpcom.m4
=== modified file 'macros/xpcom.m4'
--- a/macros/xpcom.m4   2008-10-10 14:21:55 +0000
+++ b/macros/xpcom.m4   2008-10-27 21:38:27 +0000
@@ -83,6 +83,12 @@
         fi
       fi
 
+      # hack, hack, broken .pc files in F9's xulrunner-devel
+      # they fail to include the include subdirectories
+      if test x"${ac_cv_path_xpcom_incl}" = 
x"-I/usr/include/xulrunner-sdk-1.9/stable -I/usr/include/nspr4  "; then
+        ac_cv_path_xpcom_incl="-I/usr/include/xulrunner-sdk-1.9/stable 
-I/usr/include/xulrunner-sdk-1.9/extensions 
-I/usr/include/xulrunner-sdk-1.9/necko -I/usr/include/nspr4"
+      fi
+
       # Look for libxul. TODO: needed at all ?
       if $PKG_CONFIG --exists libxul; then
         if test x$ac_cv_path_xpcom_sdk_dir = x; then


reply via email to

[Prev in Thread] Current Thread [Next in Thread]