summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-05-09 01:44:40 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-05-09 01:44:40 +0000
commit0075fa5bc0058af3fea688d46b9f1d38d13433b5 (patch)
tree606b042141fc07669d22e84552c2edcdfbb6d62a /security
parentUpdate to mpd-3.0b6. (diff)
Fix building error on 2.2.8.
Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Not tested by: kuriyama
Notes
Notes: svn path=/head/; revision=28376
Diffstat (limited to 'security')
-rw-r--r--security/gnupg/Makefile2
-rw-r--r--security/gnupg1/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 8812d1792d42..395d295f5cbc 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -25,7 +25,7 @@ MLINKS= gpg.1 gpgm.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
-CONFIGURE_ARGS+=--disable-asm
+USE_GMAKE= YES
.endif
CFLAGS:= ${CFLAGS:S/-pipe//g}
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 8812d1792d42..395d295f5cbc 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -25,7 +25,7 @@ MLINKS= gpg.1 gpgm.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
-CONFIGURE_ARGS+=--disable-asm
+USE_GMAKE= YES
.endif
CFLAGS:= ${CFLAGS:S/-pipe//g}