pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnupg on Darwin 10.6 (Snow Leopard)



security/gnupg failed to build on Snow Leopard. A quick Google reveals that passing '--disable-asm' to the configure fixes this.

http://lists.gnupg.org/pipermail/gnupg-users/2009-September/037164.html

(sinister security/gnupg)$ cvs diff -u Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/gnupg/Makefile,v
retrieving revision 1.103
diff -u -r1.103 Makefile
--- Makefile    3 Sep 2009 12:05:52 -0000       1.103
+++ Makefile    20 Sep 2009 10:18:38 -0000
@@ -38,6 +38,9 @@
 .if ${OPSYS} == "SunOS" && defined(ABI) && ${ABI} == 64
 CONFIGURE_ARGS+=       --disable-asm
 .endif
+.if ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+=       --disable-asm
+.endif

 # XXX: still needed?
 .if ${OPSYS} == "FreeBSD"

-- Norm.



Home | Main Index | Thread Index | Old Index