pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Bug pkg/42011 (gnupg 1.4.10 fails to build under darwin(mac os x))
So far the following patch is the solution I've found. Another Apple
induce 10.6 bug.
Ian McWilliam
===================================================================
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 13 Sep 2009 06:48:16 -0000
@@ -39,6 +39,10 @@
CONFIGURE_ARGS+= --disable-asm
.endif
+.if ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+= --disable-asm
+.endif
+
# XXX: still needed?
.if ${OPSYS} == "FreeBSD"
SUBST_CLASSES+= fixme
Home |
Main Index |
Thread Index |
Old Index