1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Set compiler optimizer for nasm

Submitted by:	bf <bf2006a@yahoo.com> (maintainer via private mail)
This commit is contained in:
Martin Wilke 2008-04-30 11:36:06 +00:00
parent 9ee4d93c87
commit 10fe7b6fce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212351

View File

@ -7,7 +7,7 @@
PORTNAME= paq
DISTVERSION= 8o9
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= archivers
MASTER_SITES= http://www.cs.fit.edu/~mmahoney/compression/
DISTNAME= ${PORTNAME}${DISTVERSION}
@ -32,7 +32,7 @@ PLIST_SUB+= CPPFILE=${CPPFILE} LPAQ=${LPAQ} LPQ=${LPQ} PAQ9=${PAQ9}
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
PAQFLAGS+= -DUNIX
ASM1?= nasm -f elf -o
ASM2?=
ASM2?= -Ox
.if !defined(WITH_SSE2)
ASMFILE= paq7asm
.else