Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2006 07:53:27 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/sharpconstruct Makefile
Message-ID:  <200605050753.k457rSBv089300@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2006-05-05 07:53:27 UTC

  FreeBSD ports repository

  Modified files:
    graphics/sharpconstruct Makefile 
  Log:
  The port uses -msse compiler option, which I've disabled by ports/95552 to make
  it compile under amd64. That led to the port not compiling anywhere at all, as
  sse dependancy is hardcoded. So:
  
  - Don't remove -msse from compiler flags
  - Introduce ONLY_FOR_ARCHS=i386
  
  PR:             ports/95872
  Submitted by:   Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
  
  Revision  Changes    Path
  1.3       +2 -1      ports/graphics/sharpconstruct/Makefile



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