Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2012 16:24:44 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307566 - head/net/silc-server
Message-ID:  <201211191624.qAJGOil8097809@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wxs
Date: Mon Nov 19 16:24:44 2012
New Revision: 307566
URL: http://svnweb.freebsd.org/changeset/ports/307566

Log:
  If building on i386 always use optimized ASM, otherwise always disable it. No
  need to expose this as a knob anymore.
  
  Feature safe:	yes

Modified:
  head/net/silc-server/Makefile   (contents, props changed)

Modified: head/net/silc-server/Makefile
==============================================================================
--- head/net/silc-server/Makefile	Mon Nov 19 16:22:34 2012	(r307565)
+++ head/net/silc-server/Makefile	Mon Nov 19 16:24:44 2012	(r307566)
@@ -45,18 +45,9 @@ MAN8=	silcd.8
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386"
-WITHOUT_OPTIMIZED_ASM=	yes
-.endif
-
-.ifdef(WITHOUT_OPTIMIZED_ASM)
 CONFIGURE_ARGS+=	--disable-asm
 .endif
 
-pre-everything::
-.ifndef(WITHOUT_OPTIMIZED_ASM)
-	@${ECHO_MSG} '===> Define WITHOUT_OPTIMIZED_ASM to disable assembler optimizations'
-.endif
-
 post-patch:
 .ifdef(NOPORTEXAMPLES)
 	@${REINPLACE_CMD} -E -e \



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