diff options
author | agc <agc> | 2007-06-02 19:07:32 +0000 |
---|---|---|
committer | agc <agc> | 2007-06-02 19:07:32 +0000 |
commit | bee86c46f50cefa759fbca7a729b20157427f86e (patch) | |
tree | 7123177cc5ae4e96cbf2358230a687321f28b0e8 /wm/metisse/patches/patch-aa | |
parent | e4791c7445986e278e160fc92995ec873d2e52e0 (diff) | |
download | pkgsrc-bee86c46f50cefa759fbca7a729b20157427f86e.tar.gz |
Initial import of metisse-0.4.0rc4 into the Packages Collection.
Metisse is an X-based window system designed with two goals in mind.
First, it should make it easy for HCI researchers to design and
implement innovative window management techniques Second, it should
conform to existing standards and be robust and efficient enough to be
used on a daily basis, making it a suitable platform for the
evaluation of the proposed techniques.
Metisse is not focused on a particular kind of interaction (e.g. 3D)
and should not be seen as a new desktop proposal. It is rather a tool
for creating new types of desktop environments.
Diffstat (limited to 'wm/metisse/patches/patch-aa')
-rw-r--r-- | wm/metisse/patches/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/metisse/patches/patch-aa b/wm/metisse/patches/patch-aa new file mode 100644 index 00000000000..df34ca119b1 --- /dev/null +++ b/wm/metisse/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.1.1.1 2007/06/02 19:07:33 agc Exp $ + +--- fvwm-insitu/config.h.in 2007/06/02 08:47:27 1.1 ++++ fvwm-insitu/config.h.in 2007/06/02 08:51:55 +@@ -526,8 +526,12 @@ + # ifdef _AIX + #pragma alloca + # else +-# ifndef alloca /* predefined by HP cc +Olibcalls */ ++# ifdef __NetBSD__ ++# include <stdlib.h> ++# else ++# ifndef alloca /* predefined by HP cc +Olibcalls */ + char *alloca (); ++# endif + # endif + # endif + #endif |