pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49199: boost errors - net/libcmis fails to build on NetBSD-6.1.4_PATCH/amd64
The following reply was made to PR pkg/49199; it has been noted by GNATS.
From: Makoto Fujiwara <makoto%ki.nu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/49199: boost errors - net/libcmis fails to build on NetBSD-6.1.4_PATCH/amd64
Date: Mon, 06 Oct 2014 14:38:41 +0900
I needed to package net/libcmis on NetBSD/amd64 6.1.4 and checked
the difference against 7.99.1.
I have applied the change attached diff and it is packaged OK
(but with huge warning).
Thank you,
---
mef%NetBSD.org@localhost
Makoto Fujiwara,
Chiba, Japan, Narita Airport and Disneyland prefecture.
--- /usr/include/gcc-4.5/mm_malloc.h 2013-05-13 10:52:55.000000000 +0900
+++ /home/makoto/mm_malloc.h 2014-10-06 14:10:13.000000000 +0900
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2006, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of GCC.
@@ -31,7 +31,7 @@
#ifndef __cplusplus
extern int posix_memalign (void **, size_t, size_t);
#else
-extern "C" int posix_memalign (void **, size_t, size_t) throw ();
+extern "C" int posix_memalign (void **, size_t, size_t);
#endif
static __inline void *
Home |
Main Index |
Thread Index |
Old Index