summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-05-27 23:16:06 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-05-27 23:16:06 +0000
commitd714bbec5acb4aff7d0c7dad6339ae469a04becd (patch)
treee965e638a7a89b9362c26f93e09a80e36753f862 /security/gnupg
parentUpdate to version 0.21 and give MAINTAINERship to the submitter. (diff)
Use i586 optimized asm code for msi when i586 over CPUTYPE is set in
/etc/make.conf. Submitted by: <skrueger@europe.com>
Notes
Notes: svn path=/head/; revision=60150
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 7e7c849380b7..5a51f94047f5 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -19,7 +19,10 @@ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_GMAKE= YES
GNU_CONFIGURE= YES
-CONFIGURE_TARGET=
+CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL}
+.if ${MACHINE_CPU:Mi586}
+MACHINE_ARCH= i586
+.endif
CFLAGS:= ${CFLAGS:S/-pipe//g}
MAN1= gpg.1 gpgv.1