openbsd-ports/devel/cxxtools/patches/patch-include_cxxtools_config_h_in
sturm 3537bb4985 fix build on sparc64, missing define
no PKGNAME bump needed
2008-05-31 18:50:07 +00:00

14 lines
460 B
Plaintext

$OpenBSD: patch-include_cxxtools_config_h_in,v 1.1 2008/05/31 18:50:07 sturm Exp $
--- include/cxxtools/config.h.in.orig Sat May 31 12:37:30 2008
+++ include/cxxtools/config.h.in Sat May 31 12:38:04 2008
@@ -23,6 +23,9 @@
/* defined if assembler type is gcc pcc */
#undef CXXTOOLS_ASMTYPE_GCCPCC
+/* defined if assembler type is gcc sparc */
+#undef CXXTOOLS_ASMTYPE_GCCSPARC
+
/* defined if assembler type is gcc x86 */
#undef CXXTOOLS_ASMTYPE_GCCX86