From 19e25171084744676837b7f2498bbcff1ca5da6a Mon Sep 17 00:00:00 2001
From: Laurent Tarrisse <hsivank@macbook-de-laurent-tarrisse.local>
Date: Mon, 18 May 2009 04:48:21 +0200
Subject: [PATCH] imlib fails to build because MIT-SHM extension is activated
---
dports/graphics/imlib/Portfile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dports/graphics/imlib/Portfile b/dports/graphics/imlib/Portfile
index d33c306..5c1cd83 100644
a
|
b
|
checksums md5 7db987e6c52e4daf70d7d0f471238eae |
26 | 26 | depends_lib port:gtk1 port:jpeg port:tiff \ |
27 | 27 | path:include/gif_lib.h:giflib port:libpng |
28 | 28 | |
29 | | configure.args --mandir=${prefix}/share/man |
| 29 | configure.args --mandir=${prefix}/share/man --disable-shm |
30 | 30 | |
31 | 31 | post-destroot { |
32 | 32 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |