svn commit: r330588 - head/audio/clunk

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 17 01:18:43 UTC 2013


Author: amdmi3
Date: Thu Oct 17 01:18:42 2013
New Revision: 330588
URL: http://svnweb.freebsd.org/changeset/ports/330588

Log:
  - Support staging
  - Enable SSE by default on amd64

Modified:
  head/audio/clunk/Makefile

Modified: head/audio/clunk/Makefile
==============================================================================
--- head/audio/clunk/Makefile	Thu Oct 17 01:16:42 2013	(r330587)
+++ head/audio/clunk/Makefile	Thu Oct 17 01:18:42 2013	(r330588)
@@ -12,11 +12,11 @@ COMMENT=	Real-time 3D sound generation l
 
 USE_BZIP2=	yes
 USES=		cmake
-NO_STAGE=	yes
 USE_SDL=	sdl
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	SSE
+OPTIONS_DEFAULT_amd64=SSE
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list