pkgsrc/x11/xmx/patches/patch-ae
dholland 019aff8e20 Fix the "minor PLIST problems" and unmark this as only for SunOS.
Add proper deps.
Add destdir support.
And, finally, make it build properly. (82 (small) patches later...)
2008-08-31 06:52:29 +00:00

12 lines
368 B
Text

$NetBSD: patch-ae,v 1.1 2008/08/31 06:52:29 dholland Exp $
--- lib/Xmc/ErrHndlr.c~ 1998-02-01 14:03:30.000000000 -0500
+++ lib/Xmc/ErrHndlr.c 2008-08-31 00:18:23.000000000 -0400
@@ -21,6 +21,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <stdio.h>
+#include <stdlib.h>
#include <xmc.h>
#include <xmclib.h>
#include <xmcp.h>