[50852] trunk/dports/www/firefox-x11/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon May 11 00:24:42 PDT 2009


Revision: 50852
          http://trac.macports.org/changeset/50852
Author:   jeremyhu at macports.org
Date:     2009-05-11 00:24:41 -0700 (Mon, 11 May 2009)
Log Message:
-----------
firefox-x11: Added missing gfxtypes.h fixage for the internal_dependencies variant.

Modified Paths:
--------------
    trunk/dports/www/firefox-x11/Portfile

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2009-05-11 07:23:34 UTC (rev 50851)
+++ trunk/dports/www/firefox-x11/Portfile	2009-05-11 07:24:41 UTC (rev 50852)
@@ -267,6 +267,9 @@
 
 	# Workaround to get root certs loaded, so https:// works
 	ln -s ${prefix}/lib/nss/libnssckbi.dylib ${destroot}${prefix}/lib/${pkg_name}/libnssckbi.dylib
+    } else {
+	# https://bugzilla.mozilla.org/show_bug.cgi?id=486064
+	system "cat ${worksrcpath}/dist/include/gfx/gfxtypes.h ${worksrcpath}/dist/include/thebes/gfxTypes.h > ${destroot}${prefix}/include/${pkg_name}/unstable/gfxtypes.h"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090511/e34fa061/attachment.html>


More information about the macports-changes mailing list