Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2005 23:41:42 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/multimedia/libfame Makefile ports/multimedia/libfame/files patch-cflags patch-warnings
Message-ID:  <200507122341.j6CNfglF001563@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mi          2005-07-12 23:41:42 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libfame   Makefile 
  Added files:
    multimedia/libfame/files patch-cflags patch-warnings 
  Log:
  Fix configure to stop appending ``-march=i386'' to CFLAGS on i386.
  Depending on other optimization options, compiler could get confused
  into an internal error, and was, probably, building pessimized code
  even when working.
  
  Ensure warning-free build, while I'm here. Mark the SSE as having no
  effect -- ``--enable-sse'' causes configure to add the HAS_SSE define
  to CFLAGS, but nothing in the current release checks for that flag. Ha-ha.
  
  There are SSE implementations of some parts of the code (they are just
  no used), so, perhaps, someone can add another patch to make use of them,
  when possible.
  
  Revision  Changes    Path
  1.19      +1 -1      ports/multimedia/libfame/Makefile
  1.1       +10 -0     ports/multimedia/libfame/files/patch-cflags (new)
  1.1       +133 -0    ports/multimedia/libfame/files/patch-warnings (new)



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