aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ogre
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ogre')
-rw-r--r--recipes/ogre/freeimage_3.11.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/ogre/freeimage_3.11.0.bb b/recipes/ogre/freeimage_3.11.0.bb
index 2d7f4f0688..49b0848474 100644
--- a/recipes/ogre/freeimage_3.11.0.bb
+++ b/recipes/ogre/freeimage_3.11.0.bb
@@ -1,10 +1,14 @@
LICENSE = "MIT"
do_unpack[depends] += "unzip-native:do_populate_staging"
+PR = "r1"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/freeimage/FreeImage3110.zip"
S = "${WORKDIR}/FreeImage/"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_configure() {
sed -i -e /^CC/d \
-e /^CXX\ /d \