Convert/update sharutils to working recipe

--HG--
rename : app-arch/sharutils/sharutils-4.10.recipe => app-arch/sharutils/sharutils-4.14.recipe
This commit is contained in:
Chris Roberts
2013-11-24 20:54:41 -07:00
parent efbde530ea
commit 0a4db91cd1
4 changed files with 93 additions and 46 deletions

View File

@@ -0,0 +1,19 @@
From 72e4b6e9859ea8e7c3f4a55947a20141bdd4a254 Mon Sep 17 00:00:00 2001
From: Chris Roberts <cpr420@gmail.com>
Date: Sun, 24 Nov 2013 19:58:36 -0700
Subject: Include config.h before other headers
diff --git a/src/scribble.c b/src/scribble.c
index 57fa9d0..26e820b 100644
--- a/src/scribble.c
+++ b/src/scribble.c
@@ -1,4 +1,5 @@
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "scribble.h"
--
1.8.3.4