pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/34617 (OpenOffice fails to build on NetBSD-4.0_BETA/i386)
Synopsis: OpenOffice fails to build on NetBSD-4.0_BETA/i386
Responsible-Changed-From-To: rillig->mrauch
Responsible-Changed-By: rillig%netbsd.org@localhost
Responsible-Changed-When: Wed, 27 Sep 2006 22:10:25 +0000
Responsible-Changed-Why:
I don't know the details of how openoffice is built. The following patch
fixes the build problem reported here.
I have no idea where to put this patch and when to apply it. :(
--- stl_gcc.h.orig 2001-09-04 19:10:16.000000000 +0200
+++ stl_gcc.h 2006-09-27 23:30:09.000000000 +0200
@@ -7,7 +7,9 @@
# define _STLP_USE_GLIBC
#endif
+# if (__GNUC__ < 4)
# define _STLP_NO_MEMBER_TEMPLATE_KEYWORD
+# endif
# if defined(__FreeBSD__) || defined (__hpux)
# define _STLP_NO_WCHAR_T
Home |
Main Index |
Thread Index |
Old Index