fix build on sparc64, missing define
no PKGNAME bump needed
This commit is contained in:
parent
46bcb898f8
commit
3537bb4985
13
devel/cxxtools/patches/patch-include_cxxtools_config_h_in
Normal file
13
devel/cxxtools/patches/patch-include_cxxtools_config_h_in
Normal file
@ -0,0 +1,13 @@
|
||||
$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
|
||||
|
Loading…
Reference in New Issue
Block a user