svn commit: r307566 - head/net/silc-server

Wesley Shields wxs at FreeBSD.org
Mon Nov 19 16:24:45 UTC 2012


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 \


More information about the svn-ports-all mailing list