Author: beat
Date: Wed Nov 17 15:53:43 2010
New Revision: 433

Log:
- Fix PGO build with gcc45

PR:             ports/152227
Submitted by:   Anonymous <swell.k AT gmail.com>

Modified:
   branches/experimental/www/firefox-devel/files/patch-configure.in

Modified: branches/experimental/www/firefox-devel/files/patch-configure.in
==============================================================================
--- branches/experimental/www/firefox-devel/files/patch-configure.in    Mon Nov 
 8 14:27:48 2010        (r432)
+++ branches/experimental/www/firefox-devel/files/patch-configure.in    Wed Nov 
17 15:53:43 2010        (r433)
@@ -36,6 +36,15 @@
      AC_DEFINE(HAVE_CLOCK_MONOTONIC)
      AC_SUBST(HAVE_CLOCK_MONOTONIC)
      AC_SUBST(REALTIME_LIBS)
+@@ -4808,7 +4810,7 @@ CFLAGS=$_SAVE_CFLAGS
+ LDFLAGS=$_SAVE_LDFLAGS
+ LIBS=$_SAVE_LIBS
+ 
+-if test "${ZLIB_DIR}" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then
++if test "${ZLIB_DIR}" -a "${ZLIB_DIR}" != "/usr" -a -d "${ZLIB_DIR}" -a 
"$SYSTEM_ZLIB" = 1; then
+     ZLIB_CFLAGS="-I${ZLIB_DIR}/include"
+     ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}"
+ fi
 @@ -5938,11 +5938,11 @@ if test -n "$MOZ_WEBM"; then
        AC_CHECK_PROGS(VPX_AS, $YASM yasm, "")
        dnl We have YASM, see if we have assembly on this platform.  
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to