@@ -, +, @@ sys-process/numad/files/numad-pthread.patch | 11 +++++++++++ sys-process/numad/numad-0.5.ebuild | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 sys-process/numad/files/numad-pthread.patch --- a/sys-process/numad/files/numad-pthread.patch +++ a/sys-process/numad/files/numad-pthread.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2012-09-11 08:29:18.965821127 +0200 @@ -37,6 +37,10 @@ src_configure() { : } +src_compile() { + emake CFLAGS="${CFLAGS} -std=gnu99" LDFLAGS="-lpthread" +} + src_install() { emake prefix="${ED}/usr" install } --