This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
[PATCH] Don't search $prefix/include for header files
Don't add $prefix/include to the header file search path, as that breaks
cross compilation (build $prefix/include isn't the same as target
$prefix/include).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
src/Makefile.am | 3 +--
src/Makefile.in | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
Index: gob2-2.0.15/src/Makefile.am
===================================================================
--- gob2-2.0.15.orig/src/Makefile.am
+++ gob2-2.0.15/src/Makefile.am
@@ -17,8 +17,7 @@ INCLUDES = \
-I$(top_builddir) \
-I$(top_builddir)/src \
-I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -I$(includedir)
+ -I$(top_srcdir)/src
if NOINSTGOB
noinst_PROGRAMS = @NOINSTGOB@
Index: gob2-2.0.15/src/Makefile.in
===================================================================
--- gob2-2.0.15.orig/src/Makefile.in
+++ gob2-2.0.15/src/Makefile.in
@@ -193,8 +193,7 @@ INCLUDES = \
-I$(top_builddir) \
-I$(top_builddir)/src \
-I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -I$(includedir)
+ -I$(top_srcdir)/src
@NOINSTGOB_TRUE@noinst_PROGRAMS = @NOINSTGOB@
@NOINSTGOB_FALSE@bin_PROGRAMS = @INSTGOB@

2
package/gob2/gob2.hash Normal file
View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026 gob2-2.0.20.tar.xz

15
package/gob2/gob2.mk Normal file
View File

@@ -0,0 +1,15 @@
################################################################################
#
# gob2
#
################################################################################
GOB2_VERSION = 2.0.20
GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.xz
GOB2_SITE = http://ftp.5z.com/pub/gob
HOST_GOB2_DEPENDENCIES = host-bison host-flex host-libglib2
$(eval $(host-autotools-package))
# gob2 for the host
GOB2_HOST_BINARY = $(HOST_DIR)/bin/gob2