diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-09-23 05:17:34 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-09-23 05:17:34 +0000 |
commit | 814166e827f34d1f94e5923b1deefe019bdeb78e (patch) | |
tree | 3583077865a4e1a18915063fb5cbf07d96ab2707 /packages/cnc/openredalert_r438.bb | |
parent | 825f0a09e14818a2421c7b8d7a01e00c004d0d2b (diff) |
openredalert: Add patch to fix compilation with GCC 4.3.
Diffstat (limited to 'packages/cnc/openredalert_r438.bb')
-rw-r--r-- | packages/cnc/openredalert_r438.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/cnc/openredalert_r438.bb b/packages/cnc/openredalert_r438.bb index 4da245614a..098f293b2e 100644 --- a/packages/cnc/openredalert_r438.bb +++ b/packages/cnc/openredalert_r438.bb @@ -4,8 +4,11 @@ LICENSE = "GPLv2" DEPENDS = "virtual/libsdl libsdl-mixer" SRC_URI = "http://openredalert.googlecode.com/files/openredalert-${PV}-src.tar.gz \ + file://gcc43-fix.patch;patch=1 \ file://openredalert-launcher" +PR = "r1" + S = "${WORKDIR}" CFLAGS_append = " -I. -I${STAGING_INCDIR}" |