Commit 322bc093 authored by Rafaël Carré's avatar Rafaël Carré

contribs: add orc

parent 76e48fce
961d71caeff340ac3d98aedad398f7f87eaf7d41a7c136a14a15a7ef3713bbd109ce35642e4f8275ceb9bff2796288bf85b5bd183a4dac600f0ba8f8e8ef9fb6 orc-0.4.14.tar.gz
--- orc/orc/orc.h 2011-04-14 21:07:08.000000000 +0200
+++ orc.new/orc/orc.h 2011-05-08 19:03:51.294908858 +0200
@@ -2,6 +2,7 @@
#ifndef _ORC_ORC_H_
#define _ORC_ORC_H_
+#include <orc/orcutils.h>
#include <orc/orcprogram.h>
#include <orc/orc-stdint.h>
#include <orc/orcarm.h>
@@ -12,7 +13,6 @@
#include <orc/orcparse.h>
#include <orc/orcprogram.h>
#include <orc/orcsse.h>
-#include <orc/orcutils.h>
#include <orc/orcx86.h>
#include <orc/orcpowerpc.h>
--- orc/orc/orcutils.h 2011-04-28 00:29:24.000000000 +0200
+++ orc.new/orc/orcutils.h 2011-05-08 19:10:13.380803529 +0200
@@ -30,8 +30,8 @@
#ifndef _ORC_INTEGER_TYPEDEFS_
#define _ORC_INTEGER_TYPEDEFS_
-#if defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L
#include <stdint.h>
+#if defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L
typedef int8_t orc_int8;
typedef int16_t orc_int16;
typedef int32_t orc_int32;
# orc
ORC_VERSION := 0.4.14
ORC_URL := http://code.entropywave.com/download/orc/orc-$(ORC_VERSION).tar.gz
NEED_ORC = $(call need_pkg,"orc-0.4")
$(TARBALLS)/orc-$(ORC_VERSION).tar.gz:
$(call download,$(ORC_URL))
.sum-orc: orc-$(ORC_VERSION).tar.gz
orc: orc-$(ORC_VERSION).tar.gz .sum-orc
$(UNPACK)
$(APPLY) $(SRC)/orc/orc-stdint.patch
$(MOVE)
ifeq ($(NEED_ORC),)
.orc:
else
PKGS += orc
.orc: orc
#$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
endif
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment