Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2010 15:53:43 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r433 - branches/experimental/www/firefox-devel/files
Message-ID:  <201011171553.oAHFrhx7097349@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help

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.  



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