mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
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:
19
app-arch/sharutils/patches/sharutils-4.14.patchset
Normal file
19
app-arch/sharutils/patches/sharutils-4.14.patchset
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user